Skip to content

Commit bc575d1

Browse files
authored
Merge pull request #11098 from johnA1331/master
BAEL-38973 - add links to github-baeldung articles
2 parents 32dde5b + db08786 commit bc575d1

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

libraries-http-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ This module contains articles about HTTP libraries.
1010
- [Adding Interceptors in OkHTTP](https://www.baeldung.com/java-okhttp-interceptors)
1111
- [A Guide to Events in OkHTTP](https://www.baeldung.com/java-okhttp-events)
1212
- [Download a Binary File Using OkHttp](https://www.baeldung.com/java-okhttp-download-binary-file)
13+
- [Trusting a Self-Signed Certificate in OkHttp](https://www.baeldung.com/okhttp-self-signed-cert)
1314
- More articles [[<-- prev]](/libraries-http)
1415

libraries-io/README.md

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

44
- [Transferring a File Through SFTP in Java](https://www.baeldung.com/java-file-sftp)
5+
- [How to Create Password-Protected Zip Files and Unzip Them in Java](https://www.baeldung.com/java-password-protected-zip-unzip)
56

maven-modules/maven-properties/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ have their own dedicated modules.
66
### Relevant Articles
77

88
- [Accessing Maven Properties in Java](https://www.baeldung.com/java-accessing-maven-properties)
9+
- [Default Values for Maven Properties](https://www.baeldung.com/maven-properties-defaults)

patterns/design-patterns-architectural/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
- [Service Locator Pattern and Java Implementation](https://www.baeldung.com/java-service-locator-pattern)
33
- [The DAO Pattern in Java](https://www.baeldung.com/java-dao-pattern)
44
- [DAO vs Repository Patterns](https://www.baeldung.com/java-dao-vs-repository)
5+
- [Difference Between MVC and MVP Patterns](https://www.baeldung.com/mvc-vs-mvp-pattern)

persistence-modules/core-java-persistence-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
- [JDBC URL Format For Different Databases](https://www.baeldung.com/java-jdbc-url-format)
55
- [How to Check if a Database Table Exists with JDBC](https://www.baeldung.com/jdbc-check-table-exists)
66
- [Inserting Null Into an Integer Column Using JDBC](https://www.baeldung.com/jdbc-insert-null-into-integer-column)
7+
- [A Guide to Auto-Commit in JDBC](https://www.baeldung.com/java-jdbc-auto-commit)

persistence-modules/hibernate-jpa/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ This module contains articles specific to use of Hibernate as a JPA implementati
1414
- [JPA/Hibernate Persistence Context](https://www.baeldung.com/jpa-hibernate-persistence-context)
1515
- [Quick Guide to EntityManager#getReference()](https://www.baeldung.com/jpa-entity-manager-get-reference)
1616
- [JPA Entities and the Serializable Interface](https://www.baeldung.com/jpa-entities-serializable)
17+
- [EntityNotFoundException in Hibernate](https://www.baeldung.com/hibernate-entitynotfoundexception)

spring-web-modules/spring-mvc-basics-4/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ The "REST With Spring" Classes: https://bit.ly/restwithspring
99
- [Spring Web Contexts](https://www.baeldung.com/spring-web-contexts)
1010
- [Spring Optional Path variables](https://www.baeldung.com/spring-optional-path-variables)
1111
- [JSON Parameters with Spring MVC](https://www.baeldung.com/spring-mvc-send-json-parameters)
12+
- [How to Set JSON Content Type In Spring MVC](https://www.baeldung.com/spring-mvc-set-json-content-type)
1213
- More articles: [[<-- prev]](/spring-mvc-basics-3)

0 commit comments

Comments
 (0)