Skip to main content

5 docs tagged with "spring-boot"

View all tags

Authorization in Spring Boot with Method-Level Security

Complete guide to implementing role-based and ownership-based authorization in Spring Boot using @PreAuthorize, @PostAuthorize, custom annotations, UserPrincipal, and AuthorizationService. Includes best practices, design patterns, and real-world examples for secure API development.

Spring Boot

Spring Boot guides — from dependency injection to building production-ready services.

The Spring Ecosystem & Server Choices

How Spring, Spring MVC, Spring WebFlux, and Spring Boot compose on top of Tomcat and Netty — and how Spring Boot is used far beyond just web servers.