Merge pull request #10262 from johnA1331/master
BAEL-29326 - add links to github-baeldung articles
This commit is contained in:
commit
cd7c84e734
|
@ -4,4 +4,4 @@ This module contains articles about Java 15.
|
|||
|
||||
### Relevant articles
|
||||
|
||||
- TODO: add article links here
|
||||
- [Sealed Classes and Interfaces in Java 15](https://www.baeldung.com/java-sealed-classes-interfaces)
|
||||
|
|
|
@ -7,3 +7,4 @@ This module contains complete guides about arrays in Java
|
|||
- [Guide to the java.util.Arrays Class](https://www.baeldung.com/java-util-arrays)
|
||||
- [What is \[Ljava.lang.Object;?](https://www.baeldung.com/java-tostring-array)
|
||||
- [Guide to ArrayStoreException](https://www.baeldung.com/java-arraystoreexception)
|
||||
- [Creating a Generic Array in Java](https://www.baeldung.com/java-generic-array)
|
||||
|
|
|
@ -5,3 +5,4 @@ This module contains articles about concurrency in Kotlin.
|
|||
### Relevant articles:
|
||||
- [Threads vs Coroutines in Kotlin](https://www.baeldung.com/kotlin-threads-coroutines)
|
||||
- [Introduction to Kotlin Coroutines](https://www.baeldung.com/kotlin-coroutines)
|
||||
- [Introduction to Channels in Kotlin](https://www.baeldung.com/kotlin/channels)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
## Relevant Articles:
|
||||
|
||||
- [Introduction to Docker Compose](https://www.baeldung.com/docker-compose)
|
||||
- [Reusing Docker Layers with Spring Boot](https://www.baeldung.com/docker-layers-spring-boot)
|
||||
|
|
|
@ -7,3 +7,4 @@ This module contains articles about Apache Maven. Please refer to its submodules
|
|||
- [Apache Maven Tutorial](https://www.baeldung.com/maven)
|
||||
- [Apache Maven Standard Directory Layout](https://www.baeldung.com/maven-directory-structure)
|
||||
- [Multi-Module Project with Maven](https://www.baeldung.com/maven-multi-module)
|
||||
- [Maven Packaging Types](https://www.baeldung.com/maven-packaging-types)
|
||||
|
|
|
@ -6,3 +6,5 @@ This module contains articles about the Java Persistence API (JPA) in Java.
|
|||
|
||||
- [JPA Entity Equality](https://www.baeldung.com/jpa-entity-equality)
|
||||
- [Ignoring Fields With the JPA @Transient Annotation](https://www.baeldung.com/jpa-transient-ignore-field)
|
||||
- [Defining Indexes in JPA](https://www.baeldung.com/jpa-indexes)
|
||||
- [JPA CascadeType.REMOVE vs orphanRemoval](https://www.baeldung.com/jpa-cascade-remove-vs-orphanremoval)
|
||||
|
|
|
@ -4,4 +4,4 @@ This module contains articles about Spring Boot customization 2
|
|||
|
||||
### Relevant Articles:
|
||||
|
||||
- [DispatcherServlet and web.xml in Spring Boot](https://www.baeldung.com/)
|
||||
- [DispatcherServlet and web.xml in Spring Boot](https://www.baeldung.com/spring-boot-dispatcherservlet-web-xml)
|
||||
|
|
|
@ -5,6 +5,7 @@ This module contains articles about Spring with Kafka
|
|||
### Relevant articles
|
||||
|
||||
- [Intro to Apache Kafka with Spring](https://www.baeldung.com/spring-kafka)
|
||||
- [Testing Kafka and Spring Boot](https://www.baeldung.com/spring-boot-kafka-testing)
|
||||
|
||||
### Intro
|
||||
|
||||
|
|
Loading…
Reference in New Issue