Merge pull request #10638 from johnA1331/master

BAEL-33795 - add links to github-baeldung articles
This commit is contained in:
Loredana Crusoveanu 2021-04-07 19:43:10 +03:00 committed by GitHub
commit 609a7fc0fd
4 changed files with 6 additions and 1 deletions

View File

@ -9,4 +9,5 @@ This module contains articles about reactive Spring 5
- [Debugging Reactive Streams in Java](https://www.baeldung.com/spring-debugging-reactive-streams)
- [Static Content in Spring WebFlux](https://www.baeldung.com/spring-webflux-static-content)
- [Server-Sent Events in Spring](https://www.baeldung.com/spring-server-sent-events)
- [Backpressure Mechanism in Spring WebFlux](https://www.baeldung.com/spring-webflux-backpressure)
- More articles: [[<-- prev]](/spring-5-reactive)

View File

@ -10,3 +10,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [Liveness and Readiness Probes in Spring Boot](https://www.baeldung.com/spring-liveness-readiness-probes)
- [Custom Information in Spring Boot Info Endpoint](https://www.baeldung.com/spring-boot-info-actuator-custom)
- [Health Indicators in Spring Boot](https://www.baeldung.com/spring-boot-health-indicators)
- [How to Enable All Endpoints in Spring Boot Actuator](https://www.baeldung.com/spring-boot-actuator-enable-endpoints)

View File

@ -7,5 +7,5 @@ The "REST With Spring" Classes: http://github.learnspringsecurity.com
### Relevant Articles:
- [TLS Setup in Spring](https://www.baeldung.com/)
- [TLS Setup in Spring](https://www.baeldung.com/spring-tls-setup)
- More articles: [[<-- prev]](/spring-security-modules/spring-security-web-boot-2)

View File

@ -0,0 +1,3 @@
### Relevant Articles:
- [Spring Boot With JavaServer Pages (JSP)](https://www.baeldung.com/spring-boot-jsp)