2017-12-13 07:08:18 -05:00
|
|
|
## Spring REST Example Project
|
|
|
|
|
|
|
|
### The Course
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
|
|
### Relevant Articles
|
|
|
|
|
|
|
|
- [Concurrent Test Execution in Spring 5](http://www.baeldung.com/spring-5-concurrent-tests)
|
|
|
|
- [Introduction to the Functional Web Framework in Spring 5](http://www.baeldung.com/spring-5-functional-web)
|
|
|
|
- [Exploring the Spring 5 MVC URL Matching Improvements](http://www.baeldung.com/spring-5-mvc-url-matching)
|
|
|
|
- [Spring 5 WebClient](http://www.baeldung.com/spring-5-webclient)
|
|
|
|
- [Spring 5 Functional Bean Registration](http://www.baeldung.com/spring-5-functional-beans)
|
|
|
|
- [The SpringJUnitConfig and SpringJUnitWebConfig Annotations in Spring 5](http://www.baeldung.com/spring-5-junit-config)
|
|
|
|
- [Spring Security 5 for Reactive Applications](http://www.baeldung.com/spring-security-5-reactive)
|
|
|
|
- [Spring 5 Testing with @EnabledIf Annotation](https://github.com/eugenp/tutorials/tree/master/spring-5)
|
2018-03-02 11:40:04 -05:00
|
|
|
- [Reactive WebSockets with Spring 5](http://www.baeldung.com/spring-5-reactive-websockets)
|
2018-03-18 09:18:18 -04:00
|
|
|
- [Spring Boot Actuator](http://www.baeldung.com/spring-boot-actuators)
|
2018-04-25 14:47:29 -04:00
|
|
|
- [Spring Webflux Filters](http://www.baeldung.com/spring-webflux-filters)
|
2018-05-03 09:44:44 -04:00
|
|
|
- [Reactive Flow with MongoDB, Kotlin, and Spring WebFlux](http://www.baeldung.com/kotlin-mongodb-spring-webflux)
|
2018-06-13 13:50:33 -04:00
|
|
|
- [Spring Data Reactive Repositories with MongoDB](http://www.baeldung.com/spring-data-mongodb-reactive)
|