juneau-examples-rest
<dependency>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-examples-rest</artifactId>
<version>{@property juneauVersion}</version>
</dependency>
juneau-examples-rest-{@property juneauVersion}.jar
org.apache.juneau.examples.rest_{@property juneauVersion}.jar
The juneau-examples-rest project includes various examples of REST resources written
using Juneau.
Note: These examples can be deployed as buildable Eclipse projects using Jetty or Spring Boot using instructions
in the following sections:
- {@doc juneau-examples-rest-jetty}
- {@doc juneau-examples-rest-springboot}