Merge pull request #10890 from johnA1331/master

BAEL-36759 - add links to github-baeldung articles
This commit is contained in:
Loredana Crusoveanu
2021-06-09 15:26:18 +03:00
committed by GitHub
8 changed files with 9 additions and 2 deletions

View File

@@ -5,3 +5,4 @@ This module contains articles about Spring Boot Exceptions
### Relevant Articles:
- [The BeanDefinitionOverrideException in Spring Boot](https://www.baeldung.com/spring-boot-bean-definition-override-exception)
- [Spring Boot Error ApplicationContextException](https://www.baeldung.com/spring-boot-application-context-exception)

View File

@@ -1,2 +1,3 @@
## Relevant Articles
### Relevant Articles
- [Spring Validation in the Service Layer](https://www.baeldung.com/spring-service-layer-validation)