Pet Store with Apache Juneau Part 1

Hi! I’m doing a Pet Store with Juneau. I’m sure that you first question will be: What is Apache Juneau?

Apache Juneau is an open-source, lightweight set of libraries for marshaling POJOs to a wide variety of languages and building self-documenting REST services and REST-backed proxy interfaces.

In this tutorial, I will show you how to install the Pet Store from their repository.

First, you have to download the code from their repository. You can find the code here.

Apache Juneau

I’m using IntelliJ Idea, but you can use Eclipse or NetBeans. You should look to have something similar.

After this, you have to run your app with Maven. In the console, you will view Spring Boot running. You will have the app in your browser “localhost:5000”

The result will be this.

I’m working on doing a Pet Store application, so wish me good luck. I will show you my application when I finished it.

If you have trouble, let a comment and I will try to help.

原文链接:Pet Store with Apache Juneau Part 1

© 版权声明
THE END
喜欢就支持一下吧
点赞7 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容