Spring Advanced
Please rate the course
Source:
Language:
Russian
Duration:
41:49:29
Number of lessons:
20
Added date:
10/01/2025
Rating:
0.0
Course short description
This course covers the topics necessary for practical use of the Spring Framework in professional activities. Such modern aspects as advanced techniques for working with Spring REST, including HATEOAS and CORS technologies, methods for documenting REST services, serialization and restrictions of data transmitted to the client, features of using the @Transactional annotation, application of optimistic transactions, JWT authorization and OAuth2 authorization server are considered. The course also includes practical application of reactive programming with WebFlux, testing Spring services, using the task scheduler and Actuator, and deploying to Docker.
What you will learn
- Dive deeper into advanced Spring concepts
- Learn how to implement aspect-oriented programming with Spring AOP
- Learn how to configure Spring applications using Java configuration and annotations
- Master methods for working with Spring Data and JPA to manage data persistence
- Learn how to test Spring applications using JUnit and Mockito