2020-08-18 06:13:55 -04:00
|
|
|
## Spring Security Web - REST
|
2019-10-17 12:17:31 -04:00
|
|
|
|
|
|
|
This module contains articles about REST APIs with Spring Security
|
|
|
|
|
|
|
|
### Courses
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
|
|
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2020-03-23 06:22:55 -04:00
|
|
|
|
2022-05-05 06:49:26 -04:00
|
|
|
- [Setting Up Swagger 2 with a Spring REST API Using Springfox](https://www.baeldung.com/swagger-2-documentation-for-spring-rest-api)
|
2019-10-17 12:17:31 -04:00
|
|
|
- [Custom Error Message Handling for REST API](https://www.baeldung.com/global-error-handler-in-a-spring-rest-api)
|
|
|
|
- [Spring Security Context Propagation with @Async](https://www.baeldung.com/spring-security-async-principal-propagation)
|
|
|
|
- [Servlet 3 Async Support with Spring MVC and Spring Security](https://www.baeldung.com/spring-mvc-async-security)
|
|
|
|
- [Intro to Spring Security Expressions](https://www.baeldung.com/spring-security-expressions)
|
2020-03-02 01:27:34 -05:00
|
|
|
- [Error Handling for REST with Spring](https://www.baeldung.com/exception-handling-for-rest-with-spring)
|