File tree Expand file tree Collapse file tree
core-kotlin-modules/core-kotlin-concurrency
persistence-modules/java-jpa-3
spring-boot-modules/spring-boot-basic-customization-2 Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments