Merge pull request #10518 from johnA1331/master

BAEL-32617 - add links to github-baeldung articles
This commit is contained in:
Loredana Crusoveanu 2021-02-26 08:53:04 +02:00 committed by GitHub
commit 7d0f63b213
4 changed files with 8 additions and 1 deletions

View File

@ -8,3 +8,4 @@ This module contains articles about generics in Java
- [Raw Types in Java](https://www.baeldung.com/raw-types-java)
- [Super Type Tokens in Java Generics](https://www.baeldung.com/java-super-type-tokens)
- [Java Warning “unchecked conversion”](https://www.baeldung.com/java-unchecked-conversion)
- [Java Warning “Unchecked Cast”](https://www.baeldung.com/java-warning-unchecked-cast)

View File

@ -3,3 +3,4 @@
- [Introduction to Docker Compose](https://www.baeldung.com/docker-compose)
- [Reusing Docker Layers with Spring Boot](https://www.baeldung.com/docker-layers-spring-boot)
- [Running Spring Boot with PostgreSQL in Docker Compose](https://www.baeldung.com/spring-boot-postgresql-docker)
- [How To Configure Java Heap Size Inside a Docker Container](https://www.baeldung.com/ops/docker-jvm-heap-size)

View File

@ -1 +1,5 @@
Use `` mvn help:effective-pom`` to see the final generated pom.
Use `` mvn help:effective-pom`` to see the final generated pom.
### Relevant Articles:
- [Override Maven Plugin Configuration from Parent](https://www.baeldung.com/maven-plugin-override-parent)

View File

@ -1,3 +1,4 @@
### Relevant Articles:
- [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)