-
Spring WebMVC customizations
-
Distributed spring security sessions
-
Advanced Spring WebMVC testing
-
Business related metrics and monitoring
In this course, you are going to learn more about WebMVCs configuration, Jackson Views, and other advanced features. In the course, Spring Boot – Getting Started, you have learned the basic knowledge to create an application with spring boot. This course will build on that and extend it even further. We are also going to dive deeper into Spring security and store users in the database, use distributed sessions, and our own user classes. You’ll learn how to test Spring WebMVC applications and how to include your Spring security configuration in your tests.
We are also having a look at Spring Data which we have only covered briefly in the database section before. AOP allows you to effectively tackle the famous cross-cutting concerns, so we are having a look at Spring support for AOP. As last section we are adopting Spring boot Actuator to our needs by adding our own metrics and health checks and revisit the Actuator configuration.
After completing this course you will be able to use the advanced Spring Boot features to deliver more complex, feature rich, and operations-friendly applications.
This course can be beneficial for intermediate spring developers, web developers, and Spring enthusiast. This will help them dive-in and understand the advanced concepts of Spring Boot.
-
Customizing WebMVC
-
Spring Actuator in depth
-
A quick glance at Spring Data
-
Enhansing Security
-
Deep dive into testing