commit
b2accf8773
|
@ -13,3 +13,4 @@ This module contains articles about Java 14.
|
|||
- [New Features in Java 14](https://www.baeldung.com/java-14-new-features)
|
||||
- [Java 14 Record vs. Lombok](https://www.baeldung.com/java-record-vs-lombok)
|
||||
- [Record vs. Final Class in Java](https://www.baeldung.com/java-record-vs-final-class)
|
||||
- [Custom Constructor in Java Records](https://www.baeldung.com/java-records-custom-constructor)
|
||||
|
|
|
@ -5,3 +5,4 @@ This module contains articles about the Java List collection
|
|||
### Relevant Articles:
|
||||
- [Java List Interface](https://www.baeldung.com/java-list-interface)
|
||||
- [Finding All Duplicates in a List in Java](https://www.baeldung.com/java-list-find-duplicates)
|
||||
- [Moving Items Around in an Arraylist](https://www.baeldung.com/java-arraylist-move-items)
|
||||
|
|
|
@ -14,4 +14,5 @@ This module contains articles about core Java non-blocking input and output (IO)
|
|||
- [What Is the Difference Between NIO and NIO.2?](https://www.baeldung.com/java-nio-vs-nio-2)
|
||||
- [Guide to ByteBuffer](https://www.baeldung.com/java-bytebuffer)
|
||||
- [Find Files that Match Wildcard Strings in Java](https://www.baeldung.com/java-files-match-wildcard-strings)
|
||||
- [Get the Desktop Path in Java](https://www.baeldung.com/java-desktop-path)
|
||||
- [[<-- Prev]](/core-java-modules/core-java-nio)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
## Relevant Articles:
|
||||
|
||||
- [Can Stream.collect() Return the null Value?](https://www.baeldung.com/stream-collect-returning-null)
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
## Relevant Articles:
|
||||
- [Handle Duplicate Keys When Producing Map Using Java Stream](https://www.baeldung.com/java-duplicate-keys-when-producing-map-using-stream)
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
## Relevant Articles
|
||||
- [How to Get Java Heap Dump From Kubernetes Pod?](https://www.baeldung.com/ops/java-heap-dump-from-kubernetes-pod)
|
|
@ -0,0 +1,2 @@
|
|||
## Relevant Articles
|
||||
- [Maven Reactor](https://www.baeldung.com/java-maven-reactor)
|
|
@ -1,3 +1,4 @@
|
|||
### Relevant Articles:
|
||||
|
||||
- [Clean Architecture with Spring Boot](https://www.baeldung.com/spring-boot-clean-architecture)
|
||||
- [Anemic vs. Rich Domain Objects](https://www.baeldung.com/java-anemic-vs-rich-domain-objects)
|
||||
|
|
|
@ -4,3 +4,4 @@
|
|||
- [Query Documents using Document ID in MongoDB](https://www.baeldung.com/mongodb-query-documents-id)
|
||||
- [Insert Array Inside an Object in MongoDB](https://www.baeldung.com/java-mongodb-document-insert-array)
|
||||
- [Guide to Filters in MongoDB](https://www.baeldung.com/java-mongodb-filters)
|
||||
- [Add Field to an Existing MongoDB Bson Filter in Java](https://www.baeldung.com/java-mongodb-add-field-bson-filter)
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
This module contains articles about Spring Data JPA.
|
||||
|
||||
### Relevant Articles:
|
||||
- [New CRUD Repository Interfaces in Spring Data 3](https://www.baeldung.com/spring-data-3-crud-repository-interfaces)
|
||||
- More articles: [[<-- prev]](../spring-data-jpa-repo-2)
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
## Relevant Articles
|
||||
- [How to configure Redis TTL with Spring Data Redis?](https://www.baeldung.com/spring-data-redis-ttl)
|
|
@ -4,3 +4,4 @@
|
|||
- [Specify an Array of Strings as Body Parameters in Swagger](https://www.baeldung.com/swagger-body-array-of-strings)
|
||||
- [Swagger @ApiParam vs @ApiModelProperty](https://www.baeldung.com/swagger-apiparam-vs-apimodelproperty)
|
||||
- [Map Date Types With OpenAPI Generator](https://www.baeldung.com/openapi-map-date-types)
|
||||
- [API First Development with Spring Boot and OpenAPI 3.0](https://www.baeldung.com/spring-boot-openapi-api-first-development)
|
||||
|
|
|
@ -5,3 +5,4 @@
|
|||
- [Provide an OAuth2 Token to a Feign Client](https://www.baeldung.com/spring-cloud-feign-oauth-token)
|
||||
- [Propagating Exceptions With OpenFeign and Spring](https://www.baeldung.com/spring-openfeign-propagate-exception)
|
||||
- [Feign Client Exception Handling](https://www.baeldung.com/java-feign-client-exception-handling)
|
||||
- [Configuring Spring Cloud FeignClient URL](https://www.baeldung.com/spring-cloud-feignclient-url)
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
## Relevant Articles
|
||||
- [Testing Spring OAuth2 Access-Control](https://www.baeldung.com/spring-oauth-testing-access-control)
|
Loading…
Reference in New Issue