juneau-examples-core-9.0-B1.zip
The juneau-examples-core
project contains various code examples for using the core APIs.
juneau-examples-rest-9.0-B1.zip
The juneau-examples-rest
project includes various examples of REST resources written
using Juneau.
When running, it produces the following REST interface:
http://localhost:10000
juneau-examples-rest-jetty-9.0-B1.zip
The juneau-examples-rest-jetty
project includes everything you need create a Samples REST
microservice in an Eclipse workspace and build it as an executable jar.
juneau-examples-rest-springboot9.0-B1.zip
The juneau-examples-rest-springboot
library contains the same examples as juneau-examples-rest
but also includes the following:
spring-boot-starter-parent
that allows you to build a fully-shaded executable jar.