{8.0.0-new} Overview
The Juneau integration component for Spring Boot consists of the following classes:
A typical Spring Boot application can use the {@link oajr.springboot.JuneauRestInitializer} to find and register Juneau REST servlets via the {@link oajr.springboot.annotation.JuneauRestRoot} annotation.
The initializer will search for Spring beans annotated with the
Another option is to use the
The root servlets are given an instance of {@link oajr.springboot.SpringRestResourceResolver} which allows for child resources to be defined as injectable Spring beans.
The {@doc juneau-examples-rest-springboot} section describes how the Examples REST application is deployed using Spring Boot and quickly deployable as an online application using Heroku.