Skip to content

Commit f441017

Browse files
authored
Merge pull request eugenp#10262 from johnA1331/master
BAEL-29326 - add links to github-baeldung articles
2 parents ce99c72 + 5f03844 commit f441017

8 files changed

Lines changed: 9 additions & 2 deletions

File tree

core-java-modules/core-java-15/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This module contains articles about Java 15.
44

55
### Relevant articles
66

7-
- TODO: add article links here
7+
- [Sealed Classes and Interfaces in Java 15](https://www.baeldung.com/java-sealed-classes-interfaces)

core-java-modules/core-java-arrays-guides/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ This module contains complete guides about arrays in Java
77
- [Guide to the java.util.Arrays Class](https://www.baeldung.com/java-util-arrays)
88
- [What is \[Ljava.lang.Object;?](https://www.baeldung.com/java-tostring-array)
99
- [Guide to ArrayStoreException](https://www.baeldung.com/java-arraystoreexception)
10+
- [Creating a Generic Array in Java](https://www.baeldung.com/java-generic-array)

core-kotlin-modules/core-kotlin-concurrency/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ This module contains articles about concurrency in Kotlin.
55
### Relevant articles:
66
- [Threads vs Coroutines in Kotlin](https://www.baeldung.com/kotlin-threads-coroutines)
77
- [Introduction to Kotlin Coroutines](https://www.baeldung.com/kotlin-coroutines)
8+
- [Introduction to Channels in Kotlin](https://www.baeldung.com/kotlin/channels)

docker/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
## Relevant Articles:
22

33
- [Introduction to Docker Compose](https://www.baeldung.com/docker-compose)
4+
- [Reusing Docker Layers with Spring Boot](https://www.baeldung.com/docker-layers-spring-boot)

maven-modules/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ This module contains articles about Apache Maven. Please refer to its submodules
77
- [Apache Maven Tutorial](https://www.baeldung.com/maven)
88
- [Apache Maven Standard Directory Layout](https://www.baeldung.com/maven-directory-structure)
99
- [Multi-Module Project with Maven](https://www.baeldung.com/maven-multi-module)
10+
- [Maven Packaging Types](https://www.baeldung.com/maven-packaging-types)

persistence-modules/java-jpa-3/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ This module contains articles about the Java Persistence API (JPA) in Java.
66

77
- [JPA Entity Equality](https://www.baeldung.com/jpa-entity-equality)
88
- [Ignoring Fields With the JPA @Transient Annotation](https://www.baeldung.com/jpa-transient-ignore-field)
9+
- [Defining Indexes in JPA](https://www.baeldung.com/jpa-indexes)
10+
- [JPA CascadeType.REMOVE vs orphanRemoval](https://www.baeldung.com/jpa-cascade-remove-vs-orphanremoval)

spring-boot-modules/spring-boot-basic-customization-2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This module contains articles about Spring Boot customization 2
44

55
### Relevant Articles:
66

7-
- [DispatcherServlet and web.xml in Spring Boot](https://www.baeldung.com/)
7+
- [DispatcherServlet and web.xml in Spring Boot](https://www.baeldung.com/spring-boot-dispatcherservlet-web-xml)

spring-kafka/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This module contains articles about Spring with Kafka
55
### Relevant articles
66

77
- [Intro to Apache Kafka with Spring](https://www.baeldung.com/spring-kafka)
8+
- [Testing Kafka and Spring Boot](https://www.baeldung.com/spring-boot-kafka-testing)
89

910
### Intro
1011

0 commit comments

Comments
 (0)