Merge pull request #11098 from johnA1331/master

BAEL-38973 - add links to github-baeldung articles
This commit is contained in:
Loredana Crusoveanu 2021-08-05 09:12:21 +03:00 committed by GitHub
commit bc575d1917
7 changed files with 7 additions and 0 deletions

View File

@ -10,5 +10,6 @@ This module contains articles about HTTP libraries.
- [Adding Interceptors in OkHTTP](https://www.baeldung.com/java-okhttp-interceptors) - [Adding Interceptors in OkHTTP](https://www.baeldung.com/java-okhttp-interceptors)
- [A Guide to Events in OkHTTP](https://www.baeldung.com/java-okhttp-events) - [A Guide to Events in OkHTTP](https://www.baeldung.com/java-okhttp-events)
- [Download a Binary File Using OkHttp](https://www.baeldung.com/java-okhttp-download-binary-file) - [Download a Binary File Using OkHttp](https://www.baeldung.com/java-okhttp-download-binary-file)
- [Trusting a Self-Signed Certificate in OkHttp](https://www.baeldung.com/okhttp-self-signed-cert)
- More articles [[<-- prev]](/libraries-http) - More articles [[<-- prev]](/libraries-http)

View File

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

View File

@ -6,3 +6,4 @@ have their own dedicated modules.
### Relevant Articles ### Relevant Articles
- [Accessing Maven Properties in Java](https://www.baeldung.com/java-accessing-maven-properties) - [Accessing Maven Properties in Java](https://www.baeldung.com/java-accessing-maven-properties)
- [Default Values for Maven Properties](https://www.baeldung.com/maven-properties-defaults)

View File

@ -2,3 +2,4 @@
- [Service Locator Pattern and Java Implementation](https://www.baeldung.com/java-service-locator-pattern) - [Service Locator Pattern and Java Implementation](https://www.baeldung.com/java-service-locator-pattern)
- [The DAO Pattern in Java](https://www.baeldung.com/java-dao-pattern) - [The DAO Pattern in Java](https://www.baeldung.com/java-dao-pattern)
- [DAO vs Repository Patterns](https://www.baeldung.com/java-dao-vs-repository) - [DAO vs Repository Patterns](https://www.baeldung.com/java-dao-vs-repository)
- [Difference Between MVC and MVP Patterns](https://www.baeldung.com/mvc-vs-mvp-pattern)

View File

@ -4,3 +4,4 @@
- [JDBC URL Format For Different Databases](https://www.baeldung.com/java-jdbc-url-format) - [JDBC URL Format For Different Databases](https://www.baeldung.com/java-jdbc-url-format)
- [How to Check if a Database Table Exists with JDBC](https://www.baeldung.com/jdbc-check-table-exists) - [How to Check if a Database Table Exists with JDBC](https://www.baeldung.com/jdbc-check-table-exists)
- [Inserting Null Into an Integer Column Using JDBC](https://www.baeldung.com/jdbc-insert-null-into-integer-column) - [Inserting Null Into an Integer Column Using JDBC](https://www.baeldung.com/jdbc-insert-null-into-integer-column)
- [A Guide to Auto-Commit in JDBC](https://www.baeldung.com/java-jdbc-auto-commit)

View File

@ -14,3 +14,4 @@ This module contains articles specific to use of Hibernate as a JPA implementati
- [JPA/Hibernate Persistence Context](https://www.baeldung.com/jpa-hibernate-persistence-context) - [JPA/Hibernate Persistence Context](https://www.baeldung.com/jpa-hibernate-persistence-context)
- [Quick Guide to EntityManager#getReference()](https://www.baeldung.com/jpa-entity-manager-get-reference) - [Quick Guide to EntityManager#getReference()](https://www.baeldung.com/jpa-entity-manager-get-reference)
- [JPA Entities and the Serializable Interface](https://www.baeldung.com/jpa-entities-serializable) - [JPA Entities and the Serializable Interface](https://www.baeldung.com/jpa-entities-serializable)
- [EntityNotFoundException in Hibernate](https://www.baeldung.com/hibernate-entitynotfoundexception)

View File

@ -9,4 +9,5 @@ The "REST With Spring" Classes: https://bit.ly/restwithspring
- [Spring Web Contexts](https://www.baeldung.com/spring-web-contexts) - [Spring Web Contexts](https://www.baeldung.com/spring-web-contexts)
- [Spring Optional Path variables](https://www.baeldung.com/spring-optional-path-variables) - [Spring Optional Path variables](https://www.baeldung.com/spring-optional-path-variables)
- [JSON Parameters with Spring MVC](https://www.baeldung.com/spring-mvc-send-json-parameters) - [JSON Parameters with Spring MVC](https://www.baeldung.com/spring-mvc-send-json-parameters)
- [How to Set JSON Content Type In Spring MVC](https://www.baeldung.com/spring-mvc-set-json-content-type)
- More articles: [[<-- prev]](/spring-mvc-basics-3) - More articles: [[<-- prev]](/spring-mvc-basics-3)