Merge pull request #12542 from Asjad-J/master

Updated README.md
This commit is contained in:
Loredana Crusoveanu 2022-07-29 10:38:38 +03:00 committed by GitHub
commit d41f65b479
5 changed files with 5 additions and 0 deletions

View File

@ -8,3 +8,4 @@
- [Check if a String Ends with a Certain Pattern in Java](https://www.baeldung.com/java-string-ends-pattern)
- [Check if a Character is a Vowel in Java](https://www.baeldung.com/java-check-character-vowel)
- [How to Truncate a String in Java](https://www.baeldung.com/java-truncating-strings)
- [Remove Whitespace From a String in Java](https://www.baeldung.com/java-string-remove-whitespace)

View File

@ -8,3 +8,4 @@ This module contains articles about Apache Maven. Please refer to its submodules
- [Apache Maven Standard Directory Layout](https://www.baeldung.com/maven-directory-structure)
- [Multi-Module Project with Maven](https://www.baeldung.com/maven-multi-module)
- [Maven Packaging Types](https://www.baeldung.com/maven-packaging-types)
- [Maven Snapshot Repository vs Release Repository](https://www.baeldung.com/maven-snapshot-release-repository)

View File

@ -3,4 +3,5 @@
This module contains articles about reactive Spring 5.
- [Logging a Reactive Sequence](https://www.baeldung.com/spring-reactive-sequence-logging)
- [Reading Flux Into a Single InputStream Using Spring Reactive WebClient](https://www.baeldung.com/spring-reactive-read-flux-into-inputstream)
- More articles: [[<-- prev]](../spring-5-reactive-2)

View File

@ -6,3 +6,4 @@
- [Swagger @Api Description Is Deprecated](https://www.baeldung.com/java-swagger-api-description-deprecated)
- [Set List of Objects in Swagger API Response](https://www.baeldung.com/java-swagger-set-list-response)
- [Configure JWT Authentication for OpenAPI](https://www.baeldung.com/openapi-jwt-authentication)
- [Apply Default Global SecurityScheme in springdoc-openapi](https://www.baeldung.com/spring-openapi-global-securityscheme)

View File

@ -4,3 +4,4 @@ This module contains articles about Spring with JMS
### Relevant Articles:
- [Getting Started with Spring JMS](https://www.baeldung.com/spring-jms)
- [Testing Spring JMS](https://www.baeldung.com/spring-jms-testing)