Demo of how to build and secure a web application with Spring Boot and Thymeleaf. Explore the use of Spring Initializr to initialize a new Spring Boot project, learn to write Spring controllers, and use Thymeleaf to build the UI. Use Spring Security to enable authentication and authorization in the application.
Spring Boot in Practice is a cookbook-style guide to Spring application development. Following a convenient Problem-Solution-Discussion format, it takes you technique-by-technique through Spring Boot fundamentals. You’ll dive deep into auto-configuration, security, microservices, and more. Along the way, you’ll also discover numerous advanced and hidden features. All the book’s source code is open source, so you can integrate the detailed samples into your own projects.