Merge pull request #10955 from johnA1331/master

BAEL-37190 - add links to github-baeldung articles
This commit is contained in:
Loredana Crusoveanu 2021-06-24 09:55:55 +03:00 committed by GitHub
commit dd0f82cc71
7 changed files with 7 additions and 0 deletions

View File

@ -6,4 +6,5 @@ This module contains articles about networking in Java
- [Finding a Free Port in Java](https://www.baeldung.com/java-free-port)
- [Downloading Email Attachments in Java](https://www.baeldung.com/java-download-email-attachments)
- [Connection Timeout vs. Read Timeout for Java Sockets](https://www.baeldung.com/java-socket-connection-read-timeout)
- [[<-- Prev]](/core-java-modules/core-java-networking-2)

View File

@ -12,3 +12,4 @@ This module contains articles about data structures in Java
- [Guide to AVL Trees in Java](https://www.baeldung.com/java-avl-trees)
- [Graphs in Java](https://www.baeldung.com/java-graphs)
- [Implementing a Ring Buffer in Java](https://www.baeldung.com/java-ring-buffer)
- [How to Implement Min-Max Heap In Java](https://www.baeldung.com/java-min-max-heap)

View File

@ -8,3 +8,4 @@ This module contains articles about image processing.
- [Optical Character Recognition with Tesseract](https://www.baeldung.com/java-ocr-tesseract)
- [How Can I Resize an Image Using Java?](https://www.baeldung.com/java-resize-image)
- [Adding Text to an Image in Java](https://www.baeldung.com/java-add-text-to-image)
- [Capturing Image From Webcam In Java](https://www.baeldung.com/java-capture-image-from-webcam)

View File

@ -9,5 +9,6 @@ This module contains articles about HTTP libraries.
- [Retrofit 2 Dynamic URL](https://www.baeldung.com/retrofit-dynamic-url)
- [Adding Interceptors in OkHTTP](https://www.baeldung.com/java-okhttp-interceptors)
- [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)
- More articles [[<-- prev]](/libraries-http)

View File

@ -13,3 +13,4 @@ This module contains articles about test libraries.
- [Testing with Hamcrest](https://www.baeldung.com/java-junit-hamcrest-guide)
- [Introduction To DBUnit](https://www.baeldung.com/java-dbunit)
- [Introduction to ArchUnit](https://www.baeldung.com/java-archunit-intro)
- [Guide to the ModelAssert Library for JSON](https://www.baeldung.com/json-modelassert)

View File

@ -31,4 +31,5 @@ For more details, check out the AmqApplicationUnitTest.class.
- [Wire tap (Enterprise Integration Pattern)](https://drafts.baeldung.com/?p=103346&preview=true)
- [Intro to Apache camel](https://www.baeldung.com/apache-camel-intro)
- [Wire Tap Enterprise Integration Pattern](https://www.baeldung.com/wiretap-pattern)

View File

@ -10,3 +10,4 @@ This module contains articles about Reactor Core.
- [How to Extract a Monos Content in Java](https://www.baeldung.com/java-string-from-mono)
- [How to Convert Mono<List<T\>> Into Flux<T\>](https://www.baeldung.com/java-mono-list-to-flux)
- [Project Reactor: map() vs flatMap()](https://www.baeldung.com/java-reactor-map-flatmap)
- [What Does Mono.defer() Do?](https://www.baeldung.com/java-mono-defer)