September 2019
Intermediate to advanced
462 pages
11h 3m
English
One of the core capabilities of Spring Boot is to auto-discover application components based on what it finds in the classpath. Among those components are controllers, which provide the routes for a web application. In the examples in this chapter, we’ll use this facility.
Our controller needs to support three different routes/operations. Let’s ...
Read now
Unlock full access