Merge pull request #10310 from johnA1331/master

BAEL-30151 - add links to github-baeldung articles
This commit is contained in:
Loredana Crusoveanu 2020-12-09 13:48:55 +02:00 committed by GitHub
commit 53f46ad5bb
6 changed files with 8 additions and 0 deletions

View File

@ -12,4 +12,5 @@ This module contains articles about core Java input and output (IO)
- [Creating Temporary Directories in Java](https://www.baeldung.com/java-temp-directories)
- [Reading a Line at a Given Line Number From a File in Java](https://www.baeldung.com/java-read-line-at-number)
- [Find the Last Modified File in a Directory with Java](https://www.baeldung.com/java-last-modified-file)
- [Get a Filename Without the Extension in Java](https://www.baeldung.com/java-filename-without-extension)
- [[<-- Prev]](/core-java-modules/core-java-io-2)

View File

@ -10,4 +10,5 @@ This module contains articles about core features in the Java language
- [Constants in Java: Patterns and Anti-Patterns](https://www.baeldung.com/java-constants-good-practices)
- [The transient Keyword in Java](https://www.baeldung.com/java-transient-keyword)
- [How to Access an Iteration Counter in a For Each Loop](https://www.baeldung.com/java-foreach-counter)
- [Comparing Doubles in Java](https://www.baeldung.com/java-comparing-doubles)
- [[<-- Prev]](/core-java-modules/core-java-lang-2)

View File

@ -2,3 +2,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)

View File

@ -11,6 +11,7 @@ This module contains articles about HTTPClient that are part of the HTTPClient E
- [Custom HTTP Header with the HttpClient](https://www.baeldung.com/httpclient-custom-http-header)
- [HttpClient Basic Authentication](https://www.baeldung.com/httpclient-4-basic-authentication)
- [Posting with HttpClient](https://www.baeldung.com/httpclient-post-http-request)
- [Adding Parameters to HttpClient Requests](https://www.baeldung.com/java-httpclient-parameters)
### Running the Tests

View File

@ -8,3 +8,4 @@ This module contains articles about the Java Persistence API (JPA) in Java.
- [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)
- [A Guide to MultipleBagFetchException in Hibernate](https://www.baeldung.com/java-hibernate-multiplebagfetchexception)

3
spring-batch-2/README.md Normal file
View File

@ -0,0 +1,3 @@
### Relevant Articles:
- [Spring Boot With Spring Batch](https://www.baeldung.com/spring-boot-spring-batch)