Merge pull request #10715 from johnA1331/master
BAEL-34569 - add links to github-baeldung articles
This commit is contained in:
commit
f2cb474afb
|
@ -5,3 +5,4 @@ This module contains articles about Axon
|
|||
### Relevant articles
|
||||
|
||||
- [A Guide to the Axon Framework](https://www.baeldung.com/axon-cqrs-event-sourcing)
|
||||
- [Multi-Entity Aggregates in Axon](https://www.baeldung.com/java-axon-multi-entity-aggregates)
|
||||
|
|
|
@ -12,4 +12,5 @@ This module contains articles about basic Java concurrency
|
|||
- [Guide to AtomicMarkableReference](https://www.baeldung.com/java-atomicmarkablereference)
|
||||
- [Why are Local Variables Thread-Safe in Java](https://www.baeldung.com/java-local-variables-thread-safe)
|
||||
- [How to Stop Execution After a Certain Time in Java](https://www.baeldung.com/java-stop-execution-after-certain-time)
|
||||
- [How to Handle InterruptedException in Java](https://www.baeldung.com/java-interrupted-exception)
|
||||
- [[<-- Prev]](/core-java-modules/core-java-concurrency-basic)
|
||||
|
|
|
@ -4,3 +4,4 @@ This module contains articles about core features in the Java language
|
|||
|
||||
- [The Java final Keyword – Impact on Performance](https://www.baeldung.com/java-final-performance)
|
||||
- [The package-info.java File](https://www.baeldung.com/java-package-info)
|
||||
- [What are Compile-time Constants in Java?](https://www.baeldung.com/java-compile-time-constants)
|
||||
|
|
|
@ -4,4 +4,4 @@ This module contains articles about types in Java
|
|||
|
||||
### Relevant Articles:
|
||||
|
||||
-
|
||||
- [Convert an Array of Primitives to an Array of Objects](https://www.baeldung.com/java-primitive-array-to-object-array)
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
|
||||
- [Version Comparison in Java](https://www.baeldung.com/java-comparing-versions)
|
||||
- [Java (String) or .toString()?](https://www.baeldung.com/java-string-casting-vs-tostring)
|
||||
- [Split Java String by Newline](https://www.baeldung.com/java-string-split-by-newline)
|
||||
|
|
|
@ -15,3 +15,4 @@ If you get a valid response, then you're good to go.
|
|||
### Relevant Articles:
|
||||
|
||||
- [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)
|
||||
|
|
|
@ -3,9 +3,11 @@
|
|||
This module contains articles about database-related data processing libraries.
|
||||
|
||||
### Relevant articles
|
||||
|
||||
- [Introduction to Reladomo](https://www.baeldung.com/reladomo)
|
||||
- [Introduction to ORMLite](https://www.baeldung.com/ormlite)
|
||||
- [Guide to Java Data Objects](https://www.baeldung.com/jdo)
|
||||
- [Intro to JDO Queries 2/2](https://www.baeldung.com/jdo-queries)
|
||||
- [Introduction to HikariCP](https://www.baeldung.com/hikaricp)
|
||||
- [Guide to Ebean ORM](https://www.baeldung.com/ebean-orm)
|
||||
- [Introduction to Debezium](https://www.baeldung.com/debezium-intro)
|
||||
|
|
|
@ -9,3 +9,4 @@ This module contains articles about Spring 5 WebFlux
|
|||
- [Spring WebClient Requests with Parameters](https://www.baeldung.com/webflux-webclient-parameters)
|
||||
- [RSocket Using Spring Boot](https://www.baeldung.com/spring-boot-rsocket)
|
||||
- [Spring MVC Async vs Spring WebFlux](https://www.baeldung.com/spring-mvc-async-vs-webflux)
|
||||
- [Set a Timeout in Spring 5 Webflux WebClient](https://www.baeldung.com/spring-webflux-timeout)
|
||||
|
|
|
@ -12,3 +12,4 @@ This module contains articles about Spring aspect oriented programming (AOP)
|
|||
- [Introduction to Advice Types in Spring](https://www.baeldung.com/spring-aop-advice-tutorial)
|
||||
- [When Does Java Throw UndeclaredThrowableException?](https://www.baeldung.com/java-undeclaredthrowableexception)
|
||||
- [Get Advised Method Info in Spring AOP](https://www.baeldung.com/spring-aop-get-advised-method-info)
|
||||
- [Advise Methods on Annotated Classes With AspectJ](https://www.baeldung.com/aspectj-advise-methods)
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
### Relevant Articles:
|
||||
|
||||
- [CRUD Application With React and Spring Boot](https://www.baeldung.com/spring-boot-react-crud)
|
||||
|
|
|
@ -9,3 +9,4 @@ The "REST With Spring 2" Classes: http://bit.ly/restwithspring
|
|||
|
||||
- [How to Turn Off Swagger-ui in Production](https://www.baeldung.com/swagger-ui-turn-off-in-production)
|
||||
- [Setting a Request Timeout for a Spring REST API](https://www.baeldung.com/spring-rest-timeout)
|
||||
- [Long Polling in Spring MVC](https://www.baeldung.com/spring-mvc-long-polling)
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
### Relevant Articles:
|
||||
|
||||
- [Using Cucumber Tags with JUnit 5](https://www.baeldung.com/junit-cucumber-tags)
|
Loading…
Reference in New Issue