Merge pull request #11824 from Asjad-J/master

BAEL-49092 - add links to github-baeldung articles
This commit is contained in:
Loredana Crusoveanu 2022-02-15 19:44:35 +02:00 committed by GitHub
commit cc09a52050
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
### Relevant Articles:
- [Configure and Use Multiple DataSources in Spring Boot](https://www.baeldung.com/spring-boot-configure-multiple-datasources)
- [Introduction to Spring Data JDBC](https://www.baeldung.com/spring-data-jdbc-intro)

View File

@ -1,5 +1,6 @@
### Relevant Articles:
- [HttpMessageNotWritableException: No Converter for [class …] With Preset Content-Type](https://www.baeldung.com/spring-no-converter-with-preset)
- [Spring Boot: Customize the Jackson ObjectMapper](https://www.baeldung.com/spring-boot-customize-jackson-objectmapper)
- [“HttpMessageNotWritableException: No converter found for return value of type”](https://www.baeldung.com/spring-no-converter-found)
- [Creating a Read-Only Repository with Spring Data](https://www.baeldung.com/spring-data-read-only-repository)