Dhawal Kapil
b7120acfad
BAEL-1814 Guide to Spring Webflux (#4450)
* 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
[BAEL-7621] - Fixed integration test of spring-hibernate-5 module by introducing H2 database (#4728)
The "REST with Spring" Classes
After 5 months of work, here's the Master Class of REST With Spring:
>> THE REST WITH SPRING MASTER CLASS
And here's the Master Class of Learn Spring Security:
>> LEARN SPRING SECURITY MASTER CLASS
Spring Tutorials
This project is a collection of small and focused tutorials each covering a single and well defined area of development.
Most of the tutorial projects are focused on the Spring Framework
(and Spring Security
).
In additional to Spring, the following technologies are in focus: core Java
, Jackson
, HttpClient
, Guava
.
Building the project
To do the full build, do: mvn install -Dgib.enabled=false
Working with the code in Eclipse
Any IDE can be used to work with the projects, but if you're using Eclipse, consider the following.
- import the included formatter in Eclipse:
https://github.com/eugenp/tutorials/tree/master/eclipse
CI - Jenkins
This tutorials project is being built >> HERE
Relevant Articles:
================================
Description
Languages
Java
88%
HTML
3.6%
JavaScript
2.7%
TypeScript
2.4%
CSS
1.5%
Other
1%