File tree 21 files changed +39
-4
lines changed
persistence-modules/spring-data-redis 21 files changed +39
-4
lines changed Original file line number Diff line number Diff line change 4
4
- [ Merge Sort in Java] ( https://www.baeldung.com/java-merge-sort )
5
5
- [ Quicksort Algorithm Implementation in Java] ( https://www.baeldung.com/java-quicksort )
6
6
- [ Insertion Sort in Java] ( https://www.baeldung.com/java-insertion-sort )
7
-
7
+ - [ Heap Sort in Java ] ( https://www.baeldung.com/java-heap-sort )
Original file line number Diff line number Diff line change
1
+ ### Relevant Articles:
2
+
3
+ - [ Introduction to Apache Pulsar] ( https://www.baeldung.com/apache-pulsar )
Original file line number Diff line number Diff line change 39
39
- [ Operating on and Removing an Item from Stream] ( https://www.baeldung.com/java-use-remove-item-stream )
40
40
- [ An Introduction to Synchronized Java Collections] ( https://www.baeldung.com/java-synchronized-collections )
41
41
- [ Guide to EnumSet] ( https://www.baeldung.com/java-enumset )
42
+ - [ Removing Elements from Java Collections] ( https://www.baeldung.com/java-collection-remove-elements )
43
+ - [ Converting a Collection to ArrayList in Java] ( https://www.baeldung.com/java-convert-collection-arraylist )
44
+ - [ Java 8 Streams: Find Items From One List Based On Values From Another List] ( https://www.baeldung.com/java-streams-find-list-items )
45
+ - [ Combining Different Types of Collections in Java] ( https://www.baeldung.com/java-combine-collections )
Original file line number Diff line number Diff line change 33
33
- [ Initialize a HashMap in Java] ( https://www.baeldung.com/java-initialize-hashmap )
34
34
- [ Read a File into an ArrayList] ( https://www.baeldung.com/java-file-to-arraylist )
35
35
- [ Guide to Java OutputStream] ( https://www.baeldung.com/java-outputstream )
36
+ - [ Reading a CSV File into an Array] ( https://www.baeldung.com/java-csv-file-array )
Original file line number Diff line number Diff line change 157
157
- [ Ternary Operator In Java] ( https://www.baeldung.com/java-ternary-operator )
158
158
- [ Merging java.util.Properties Objects] ( https://www.baeldung.com/java-merging-properties )
159
159
- [ Understanding Memory Leaks in Java] ( https://www.baeldung.com/java-memory-leaks )
160
+ - [ Arrays in Java: A Reference Guide] ( https://www.baeldung.com/java-arrays-guide )
161
+ - [ A Guide to SimpleDateFormat] ( https://www.baeldung.com/java-simple-date-format )
160
162
- [ SSL Handshake Failures] ( https://www.baeldung.com/java-ssl-handshake-failures )
Original file line number Diff line number Diff line change 40
40
- [ Converting Kotlin Data Class from JSON using GSON] ( https://www.baeldung.com/kotlin-json-convert-data-class )
41
41
- [ Concatenate Strings in Kotlin] ( https://www.baeldung.com/kotlin-concatenate-strings )
42
42
- [ Kotlin return, break, continue Keywords] ( https://www.baeldung.com/kotlin-return-break-continue )
43
- - [ Mapping of Data Objects in Kotlin] ( https://www.baeldung.com/kotlin-data-objects-mapping )
43
+ - [ Mapping of Data Objects in Kotlin] ( https://www.baeldung.com/kotlin-data-objects )
44
44
- [ Initializing Arrays in Kotlin] ( https://www.baeldung.com/kotlin-initialize-array )
45
+ - [ Threads vs Coroutines in Kotlin] ( https://www.baeldung.com/kotlin-threads-coroutines )
46
+ - [ Guide to Kotlin Interfaces] ( https://www.baeldung.com/kotlin-interfaces )
47
+ - [ Guide to Sorting in Kotlin] ( https://www.baeldung.com/kotlin-sort )
48
+ - [ Dependency Injection for Kotlin with Injekt] ( https://www.baeldung.com/kotlin-dependency-injection-with-injekt )
49
+ - [ Implementing a Binary Tree in Kotlin] ( https://www.baeldung.com/kotlin-binary-tree )
Original file line number Diff line number Diff line change
1
+ ### Relevant Articles:
2
+
3
+ - [ Introduction to Scala] ( https://www.baeldung.com/scala-intro )
Original file line number Diff line number Diff line change 4
4
- [ Creating a Fat Jar in Gradle] ( http://www.baeldung.com/gradle-fat-jar )
5
5
- [ A Custom Task in Gradle] ( http://www.baeldung.com/gradle-custom-task )
6
6
- [ Kotlin Dependency Injection with Kodein] ( http://www.baeldung.com/kotlin-kodein-dependency-injection )
7
+ - [ Using JUnit 5 with Gradle] ( https://www.baeldung.com/junit-5-gradle )
Original file line number Diff line number Diff line change @@ -36,3 +36,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
36
36
- [ Jackson – Change Name of Field] ( http://www.baeldung.com/jackson-name-of-property )
37
37
- [ Serialize Only Fields that meet a Custom Criteria with Jackson] ( http://www.baeldung.com/jackson-serialize-field-custom-criteria )
38
38
- [ Mapping Nested Values with Jackson] ( http://www.baeldung.com/jackson-nested-values )
39
+ - [ Convert XML to JSON Using Jackson] ( https://www.baeldung.com/jackson-convert-xml-json )
Original file line number Diff line number Diff line change 23
23
- [ Increment Date in Java] ( http://www.baeldung.com/java-increment-date )
24
24
- [ Add Hours To a Date In Java] ( http://www.baeldung.com/java-add-hours-date )
25
25
- [ Guide to DateTimeFormatter] ( https://www.baeldung.com/java-datetimeformatter )
26
+ - [ Format ZonedDateTime to String] ( https://www.baeldung.com/java-format-zoned-datetime-string )
Original file line number Diff line number Diff line change 35
35
- [ String Not Empty Test Assertions in Java] ( https://www.baeldung.com/java-assert-string-not-empty )
36
36
- [ String Performance Hints] ( https://www.baeldung.com/java-string-performance )
37
37
- [ Using indexOf to Find All Occurrences of a Word in a String] ( https://www.baeldung.com/java-indexOf-find-string-occurrences )
38
+ - [ Java Base64 Encoding and Decoding] ( https://www.baeldung.com/java-base64-encode-and-decode )
Original file line number Diff line number Diff line change 2
2
- [ Jersey MVC Support] ( https://www.baeldung.com/jersey-mvc )
3
3
- [ Bean Validation in Jersey] ( https://www.baeldung.com/jersey-bean-validation )
4
4
- [ Set a Response Body in JAX-RS] ( https://www.baeldung.com/jax-rs-response )
5
+ - [ Exploring the Jersey Test Framework] ( https://www.baeldung.com/jersey-test )
Original file line number Diff line number Diff line change
1
+ ### Relevant Articles:
2
+
3
+ - [ Dockerizing Java Apps using Jib] ( https://www.baeldung.com/jib-dockerizing )
Original file line number Diff line number Diff line change 9
9
- [ Introduction to JsonPath] ( http://www.baeldung.com/guide-to-jayway-jsonpath )
10
10
- [ Introduction to JSON-Java (org.json)] ( http://www.baeldung.com/java-org-json )
11
11
- [ Overview of JSON Pointer] ( https://www.baeldung.com/json-pointer )
12
- - [ Introduction to the JSON Binding API (JSR 367) in Java] ( http://www.baeldung.com/java-json-binding-api )
12
+ - [ Introduction to the JSON Binding API (JSR 367) in Java] ( http://www.baeldung.com/java-json-binding-api )
13
+ - [ Get a Value by Key in a JSONArray] ( https://www.baeldung.com/java-jsonarray-get-value-by-key )
Original file line number Diff line number Diff line change 12
12
- [ Guide to JMapper] ( https://www.baeldung.com/jmapper )
13
13
- [ A Guide to Apache Crunch] ( https://www.baeldung.com/apache-crunch )
14
14
- [ Building a Data Pipeline with Flink and Kafka] ( https://www.baeldung.com/kafka-flink-data-pipeline )
15
+ - [ Intro to Apache Storm] ( https://www.baeldung.com/apache-storm )
16
+ - [ Guide to Ebean ORM] ( https://www.baeldung.com/ebean-orm )
Original file line number Diff line number Diff line change 83
83
- [ Guide to JMapper] ( http://www.baeldung.com/jmapper )
84
84
- [ An Introduction to Apache Commons Lang 3] ( https://www.baeldung.com/java-commons-lang-3 )
85
85
- [ Exactly Once Processing in Kafka] ( https://www.baeldung.com/kafka-exactly-once )
86
+ - [ An Introduction to SuanShu] ( https://www.baeldung.com/suanshu )
86
87
87
88
The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own.
88
89
Original file line number Diff line number Diff line change 13
13
- [ Apache Maven Standard Directory Layout] ( https://www.baeldung.com/maven-directory-structure )
14
14
- [ Apache Maven Tutorial] ( https://www.baeldung.com/maven )
15
15
- [ Use the Latest Version of a Dependency in Maven] ( https://www.baeldung.com/maven-dependency-latest-version )
16
+ - [ Multi-Module Project with Maven] ( https://www.baeldung.com/maven-multi-module )
Original file line number Diff line number Diff line change 3
3
### Relevant Articles:
4
4
- [ Introduction to Spring Data Redis] ( http://www.baeldung.com/spring-data-redis-tutorial )
5
5
- [ PubSub Messaging with Spring Data Redis] ( http://www.baeldung.com/spring-data-redis-pub-sub )
6
+ - [ An Introduction to Spring Data Redis Reactive] ( https://www.baeldung.com/spring-data-redis-reactive )
6
7
7
8
### Build the Project with Tests Running
8
9
```
Original file line number Diff line number Diff line change @@ -14,4 +14,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
14
14
- [ Spring Webflux and CORS] ( http://www.baeldung.com/spring-webflux-cors )
15
15
- [ Handling Errors in Spring WebFlux] ( http://www.baeldung.com/spring-webflux-errors )
16
16
- [ Server-Sent Events in Spring] ( https://www.baeldung.com/spring-server-sent-events )
17
- - [ A Guide to Spring Session Reactive Support: WebSession] ( https://www.baeldung.com/a-guide-to-spring-session-reactive-support-websession/ )
17
+ - [ A Guide to Spring Session Reactive Support: WebSession] ( https://www.baeldung.com/spring-session-reactive )
18
+ - [ Validation for Functional Endpoints in Spring 5] ( https://www.baeldung.com/spring-functional-endpoints-validation )
Original file line number Diff line number Diff line change 6
6
- [ Servlet Redirect vs Forward] ( http://www.baeldung.com/servlet-redirect-forward )
7
7
- [ Apache Tiles Integration with Spring MVC] ( http://www.baeldung.com/spring-mvc-apache-tiles )
8
8
- [ Guide to Spring Email] ( http://www.baeldung.com/spring-email )
9
+ - [ Request Method Not Supported (405) in Spring] ( https://www.baeldung.com/spring-request-method-not-supported-405 )
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ The "REST With Spring" Classes: http://github.learnspringsecurity.com
12
12
- [ Spring Data with Spring Security] ( https://www.baeldung.com/spring-data-security )
13
13
- [ Spring Security – Whitelist IP Range] ( https://www.baeldung.com/spring-security-whitelist-ip-range )
14
14
- [ Find the Registered Spring Security Filters] ( https://www.baeldung.com/spring-security-registered-filters )
15
+ - [ HTTPS using Self-Signed Certificate in Spring Boot] ( https://www.baeldung.com/spring-boot-https-self-signed-certificate )
You can’t perform that action at this time.
0 commit comments