b7120acfad
* BAEL-1814 Guide to Spring Webflux -Added files for Employee reactive application -Updated pom.xml for Spring Security * BAEL-1814 Guide to Spring Webflux -Added EmployeeControllerTest -Updated method name in EmployeeController and corrected secured url in EmployeeWebSecurityConfig * BAEL-1814 Guide to spring webflux -Fixed security config, now only specific url prompts for authentication and not all endpoints -Removed @WithMockUser as it is not needed now * BAEL-1814 Guide To Webflux -Feedback incorporation * BAEL-1814 Spring Webflux Guide -Formatted coded for EmployeeWebSocketHandler. * Update and rename EmployeeControllerTest.java to EmployeeControllerUnitTest.java * BAEL-1814 Guide to spring webflux -Fixed EmployeeControllerUnitTest.java |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Spring REST Example Project
The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
Relevant Articles
- Concurrent Test Execution in Spring 5
- Introduction to the Functional Web Framework in Spring 5
- Exploring the Spring 5 MVC URL Matching Improvements
- Spring 5 WebClient
- Spring 5 Functional Bean Registration
- The SpringJUnitConfig and SpringJUnitWebConfig Annotations in Spring 5
- Spring Security 5 for Reactive Applications
- Spring 5 Testing with @EnabledIf Annotation
- Reactive WebSockets with Spring 5
- Spring Boot Actuator
- Spring Webflux Filters
- Reactive Flow with MongoDB, Kotlin, and Spring WebFlux
- Spring Data Reactive Repositories with MongoDB