Merge pull request #10890 from johnA1331/master

BAEL-36759 - add links to github-baeldung articles
This commit is contained in:
Loredana Crusoveanu 2021-06-09 15:26:18 +03:00 committed by GitHub
commit a8890ebdca
8 changed files with 9 additions and 2 deletions

View File

@ -14,3 +14,4 @@
- [Validate Phone Numbers With Java Regex](https://www.baeldung.com/java-regex-validate-phone-numbers)
- [How to Count the Number of Matches for a Regex?](https://www.baeldung.com/java-count-regex-matches)
- [Find All Numbers in a String in Java](https://www.baeldung.com/java-find-numbers-in-string)
- [Understanding the Pattern.quote Method](https://www.baeldung.com/java-pattern-quote)

View File

@ -17,3 +17,4 @@ If you get a valid response, then you're good to go.
- [Paging and Async Calls with the Kubernetes API](https://www.baeldung.com/java-kubernetes-paging-async)
- [Using Watch with the Kubernetes API](https://www.baeldung.com/java-kubernetes-watch)
- [Using Namespaces and Selectors With the Kubernetes Java API](https://www.baeldung.com/java-kubernetes-namespaces-selectors)
- [Creating, Updating and Deleting Resources with the Java Kubernetes API](https://www.baeldung.com/java-kubernetes-api-crud)

View File

@ -3,7 +3,7 @@
This module contains articles about libraries for data processing in Java.
### Relevant articles
- [Kafka Streams vs Kafka Consumer]()
- [Kafka Streams vs Kafka Consumer](https://www.baeldung.com/java-kafka-streams-vs-kafka-consumer)
- More articles: [[<-- prev]](/../libraries-data-2)
##### Building the project

View File

@ -9,3 +9,4 @@ This module contains articles about Reactor Core.
- [Programmatically Creating Sequences with Project Reactor](https://www.baeldung.com/flux-sequences-reactor)
- [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)

View File

@ -5,3 +5,4 @@ This module contains articles about Spring Boot Exceptions
### Relevant Articles:
- [The BeanDefinitionOverrideException in Spring Boot](https://www.baeldung.com/spring-boot-bean-definition-override-exception)
- [Spring Boot Error ApplicationContextException](https://www.baeldung.com/spring-boot-application-context-exception)

View File

@ -1,2 +1,3 @@
## Relevant Articles
### Relevant Articles
- [Spring Validation in the Service Layer](https://www.baeldung.com/spring-service-layer-validation)

View File

@ -3,3 +3,4 @@
- [Introduction to Spring Cloud OpenFeign](https://www.baeldung.com/spring-cloud-openfeign)
- [Differences Between Netflix Feign and OpenFeign](https://www.baeldung.com/netflix-feign-vs-openfeign)
- [File Upload With Open Feign](https://www.baeldung.com/java-feign-file-upload)
- [Feign Logging Configuration](https://www.baeldung.com/java-feign-logging)

View File

@ -3,3 +3,4 @@
- [Guide to the System Rules Library](https://www.baeldung.com/java-system-rules-junit)
- [Guide to the System Stubs Library](https://www.baeldung.com/java-system-stubs)
- [Code Coverage with SonarQube and JaCoCo](https://www.baeldung.com/sonarqube-jacoco-code-coverage)
- [Exclusions from Jacoco Report](https://www.baeldung.com/jacoco-report-exclude)