Tag: spring
All the articles with the tag "spring".
-
HTTP service clients in Spring Boot 4.x made simpler
Spring Boot 4.x improves support for HTTP service clients so you can replace repetitive RestTemplate code with cleaner, typed interfaces. Learn the old pain points, what changed, and a practical migration path.
-
API versioning in Spring Boot 4.x for safer REST upgrades
Spring Boot 4.x adds first-class API versioning support for Spring MVC and WebFlux. Learn the old pain points, what changed, and how this feature helps teams ship API changes with less risk.
-
How to enable auto-configuration for custom spring-boot module
This blog post will explain how to enable auto-configuration for custom spring-boot module
-
Spring security using OAuth2 with Microsoft AzureAD B2C
This blog post will explain how to configure AzureAD B2C tenant and integrate the same with Spring-Security OAuth2.
-
Spring security with JWT based login [Without OAuth]
This video tutorial demonstrates JWT based login using spring-security.