Merge pull request #12873 from edizor/master

Update README.md
This commit is contained in:
Loredana Crusoveanu 2022-10-19 17:01:21 +03:00 committed by GitHub
commit 0da831a483
17 changed files with 26 additions and 8 deletions

View File

@ -10,3 +10,4 @@ This module contains articles about Java array fundamentals. They assume no prev
- [Removing an Element from an Array in Java](https://www.baeldung.com/java-array-remove-element)
- [Removing the First Element of an Array](https://www.baeldung.com/java-array-remove-first-element)
- [Extending an Arrays Length](https://www.baeldung.com/java-array-add-element-at-the-end)
- [Initializing a Boolean Array in Java](https://www.baeldung.com/java-initializing-boolean-array)

View File

@ -10,3 +10,4 @@
- [Create an Empty Map in Java](https://www.baeldung.com/java-create-empty-map)
- [Sorting Objects in a List by Date](https://www.baeldung.com/java-sort-list-by-date)
- [Fixed Size Queue Implementations in Java](https://www.baeldung.com/java-fixed-size-queue)
- [Difference Between Java Enumeration and Iterator](https://www.baeldung.com/java-enumeration-vs-iterator)

View File

@ -0,0 +1,3 @@
## Relevant articles
- [Using Streams to Collect Into a TreeSet](https://www.baeldung.com/java-stream-collect-into-treeset)

View File

@ -12,4 +12,6 @@ This module contains articles about core Java input and output (IO)
- [Java Scanner.skip method with examples](https://www.baeldung.com/java-scanner-skip)
- [Generate the MD5 Checksum for a File in Java](https://www.baeldung.com/java-md5-checksum-file)
- [Getting the Filename From a String Containing an Absolute File Path](https://www.baeldung.com/java-filename-full-path)
- [Mocking Java InputStream Object](https://www.baeldung.com/java-mocking-inputstream)
- [[<-- Prev]](/core-java-modules/core-java-io-3)

View File

@ -8,3 +8,5 @@ This module contains articles about core features in the Java language
- [Advantages and Disadvantages of Using Java Wildcard Imports](https://www.baeldung.com/java-wildcard-imports)
- [Toggle a Boolean Variable in Java](https://www.baeldung.com/java-toggle-boolean)
- [Handle Classes With the Same Name in Java](https://www.baeldung.com/java-classes-same-name)
- [Variable Instantiation on Declaration vs. on Constructor in Java](https://www.baeldung.com/java-variable-instantiation-declaration-vs-constructor)
- [Infinity in Java](https://www.baeldung.com/java-infinity)

View File

@ -13,4 +13,6 @@ This module contains articles about networking in Java
- [Get the IP Address of the Current Machine Using Java](https://www.baeldung.com/java-get-ip-address)
- [Get Domain Name From Given URL in Java](https://www.baeldung.com/java-domain-name-from-url)
- [Java HttpClient Timeout](https://www.baeldung.com/java-httpclient-timeout)
- [Port Scanning With Java](https://www.baeldung.com/java-port-scanning)
- [Validating URL in Java](https://www.baeldung.com/java-validate-url)
- [[<-- Prev]](/core-java-modules/core-java-networking-2)

View File

@ -7,4 +7,4 @@
- [Mounting Multiple Volumes on a Docker Container](https://www.baeldung.com/ops/docker-mounting-multiple-volumes)
- [Rebuild Docker Container in Docker Compose](https://www.baeldung.com/rebuild-docker-container-compose/)
- [Assign Static IP to Docker Container and Docker-Compose](https://www.baeldung.com/ops/docker-assign-static-ip-container)
- [Exclude a Sub-Folder When Adding a Volume to Docker](https://www.baeldung.com/ops/docker-exclude-sub-folder-when-adding-volume)

2
pdf-2/README.md Normal file
View File

@ -0,0 +1,2 @@
## Relevant articles
- [Editing Existing PDF Files in Java](https://www.baeldung.com/java-edit-existing-pdf)

View File

@ -1,3 +1,3 @@
### Relevant Articles:
- [Patterns for Iterating Over Large Result Sets With Spring Data JPA](https://www.baeldung.com/spring-data-jpa-iterate-large-result-sets)
- More articles: [[<-- prev]](../spring-boot-persistence-2)

View File

@ -6,5 +6,5 @@ This module contains articles about RabbitMQ.
- [Introduction to RabbitMQ](https://www.baeldung.com/rabbitmq)
- [Exchanges, Queues, and Bindings in RabbitMQ](https://www.baeldung.com/java-rabbitmq-exchanges-queues-bindings)
- [Pub-Sub vs. Message Queues](https://www.baeldung.com/pub-sub-vs-message-queues)
- [Channels and Connections in RabbitMQ](https://www.baeldung.com/java-rabbitmq-channels-connections)

View File

@ -12,3 +12,4 @@ This module contains articles about Reactor Core.
- [What Does Mono.defer() Do?](https://www.baeldung.com/java-mono-defer)
- [Handling Exceptions in Project Reactor](https://www.baeldung.com/reactor-exceptions)
- [Difference Between Flux.create and Flux.generate](https://www.baeldung.com/java-flux-create-generate)
- [Difference Between Flux and Mono](https://www.baeldung.com/java-reactor-flux-vs-mono)

View File

@ -3,5 +3,5 @@
This module contains articles about Spring 5 WebFlux
## Relevant articles:
- [Spring Webflux and @Cacheable Annotation](https://www.baeldung.com/spring-webflux-cacheable)
- [Spring Webflux and @Cacheable Annotation](https://www.baeldung.com/spring-webflux-cacheable)
- [Comparison Between Monos doOnNext() and doOnSuccess()](https://www.baeldung.com/mono-doonnext-doonsuccess)

View File

@ -9,5 +9,5 @@ This module contains articles about various Spring Boot libraries
- [An Introduction to Kong](https://www.baeldung.com/kong)
- [Getting Started With GraphQL SPQR and Spring Boot](https://www.baeldung.com/spring-boot-graphql-spqr)
- [Scanning Java Annotations At Runtime](https://www.baeldung.com/java-scan-annotations-runtime)
- [Guide to Resilience4j With Spring Boot](https://www.baeldung.com/spring-boot-resilience4j)
More articles: [[prev -->]](/spring-boot-modules/spring-boot-libraries)

View File

@ -10,3 +10,4 @@ This module contains articles about Spring Web MVC in Spring Boot projects.
- [A Quick Intro to the SpringBootServletInitializer](https://www.baeldung.com/spring-boot-servlet-initializer)
- [A Guide to Spring in Eclipse STS](https://www.baeldung.com/eclipse-sts-spring)
- [Hide a Request Field in Swagger API](https://www.baeldung.com/spring-swagger-hide-field)
- [Uploading a File and JSON Data in Postman](https://www.baeldung.com/postman-upload-file-json)

View File

@ -1 +1,3 @@
## Relevant articles
- [Spring Boot Cache with Redis](https://www.baeldung.com/spring-boot-redis-cache)
- [Setting Time-To-Live Value for Caching](https://www.baeldung.com/spring-setting-ttl-value-cache)

View File

@ -1,3 +1,4 @@
## Spring Reactive
This module contains modules about Spring Reactive
This module contains modules about Spring Reactive
- [How to Resolve Spring Webflux DataBufferLimitException](https://www.baeldung.com/spring-webflux-databufferlimitexception)

View File

@ -6,5 +6,5 @@ This module contains articles about HTTP in REST APIs with Spring.
The "REST With Spring 3" Classes: http://bit.ly/restwithspring
### Relevant Articles:
- [Send Array as Part of x-www-form-urlencoded Using Postman](https://www.baeldung.com/java-postman-send-array)
- More articles: [[<-- prev]](../spring-rest-http)