java-tutorials/spring-5/README.md

16 lines
931 B
Markdown
Raw Normal View History

2017-02-24 06:50:46 -05:00
## Spring REST Example Project
2017-03-19 15:02:50 -04:00
### The Course
2017-02-24 06:50:46 -05:00
The "REST With Spring" Classes: http://bit.ly/restwithspring
2017-03-19 15:02:50 -04:00
### 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)
2017-12-01 11:06:12 -05:00
- [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)