2 Hello Spring Security
This chapter covers
-
Creating your first project with Spring Security
-
Designing simple functionalities using the basic actors for authentication and authorization
-
Applying the basic contracts to understand how these actors relate to each other
-
Writing your implementations for the primary responsibilities
-
Overriding Spring Boot’s default configurations
Spring Boot appeared as an evolutionary stage for application development with the Spring Framework. Instead of you needing to write all the configurations, Spring Boot comes with some preconfigured, so you can override only the configurations that don’t match your implementations. We also call this approach convention-over-configuration.
Before this way of developing ...
Get Spring Security in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.