Skip to content

Commit 93ec34b

Browse files
authored
Merge pull request eugenp#10518 from johnA1331/master
BAEL-32617 - add links to github-baeldung articles
2 parents 7158d8e + dab309d commit 93ec34b

4 files changed

Lines changed: 8 additions & 1 deletion

File tree

core-java-modules/core-java-lang-oop-generics/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ This module contains articles about generics in Java
88
- [Raw Types in Java](https://www.baeldung.com/raw-types-java)
99
- [Super Type Tokens in Java Generics](https://www.baeldung.com/java-super-type-tokens)
1010
- [Java Warning “unchecked conversion”](https://www.baeldung.com/java-unchecked-conversion)
11+
- [Java Warning “Unchecked Cast”](https://www.baeldung.com/java-warning-unchecked-cast)

docker/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
- [Introduction to Docker Compose](https://www.baeldung.com/docker-compose)
44
- [Reusing Docker Layers with Spring Boot](https://www.baeldung.com/docker-layers-spring-boot)
55
- [Running Spring Boot with PostgreSQL in Docker Compose](https://www.baeldung.com/spring-boot-postgresql-docker)
6+
- [How To Configure Java Heap Size Inside a Docker Container](https://www.baeldung.com/ops/docker-jvm-heap-size)
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
Use `` mvn help:effective-pom`` to see the final generated pom.
1+
Use `` mvn help:effective-pom`` to see the final generated pom.
2+
3+
### Relevant Articles:
4+
5+
- [Override Maven Plugin Configuration from Parent](https://www.baeldung.com/maven-plugin-override-parent)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
### Relevant Articles:
22

33
- [Spring Boot: Customize the Jackson ObjectMapper](https://www.baeldung.com/spring-boot-customize-jackson-objectmapper)
4+
- [“HttpMessageNotWritableException: No converter found for return value of type”](https://www.baeldung.com/spring-no-converter-found)

0 commit comments

Comments
 (0)