Package org.apache.juneau.examples.rest.springboot
package org.apache.juneau.examples.rest.springboot
REST Spring Boot Examples
Example classes demonstrating how to integrate Juneau REST servers with Spring Boot. These examples show various Spring Boot-based REST API integration scenarios.
-
ClassesClassDescriptionEntry point for Examples REST application when deployed as a Spring Boot application.An example of a Spring bean that can be used for injecting messages into
HelloWorldResource.Sample REST resource that prints out a simple "Hello world!"Sample REST resource showing how to implement a "router" resource page.