File tree 18 files changed +32
-4
lines changed
algorithms-miscellaneous-1
spring-cloud/spring-cloud-kubernetes
18 files changed +32
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## Relevant articles:
2
+
3
+ - [ Introduction to Akka HTTP] ( https://www.baeldung.com/akka-http )
Original file line number Diff line number Diff line change 12
12
- [ Check If a String Contains All The Letters of The Alphabet] ( https://www.baeldung.com/java-string-contains-all-letters )
13
13
- [ Find the Middle Element of a Linked List] ( http://www.baeldung.com/java-linked-list-middle-element )
14
14
- [ Calculate Factorial in Java] ( https://www.baeldung.com/java-calculate-factorial )
15
- - [ Find Substrings That Are Palindromes in Java] ( https://www.baeldung.com/java-palindrome-substrings )
15
+ - [ Find Substrings That Are Palindromes in Java] ( https://www.baeldung.com/java-palindrome-substrings )
16
+ - [ Find the Longest Substring without Repeating Characters] ( https://www.baeldung.com/java-longest-substring-without-repeated-characters )
Original file line number Diff line number Diff line change 2
2
3
3
- [ Java 11 Single File Source Code] ( https://www.baeldung.com/java-single-file-source-code )
4
4
- [ Java 11 Local Variable Syntax for Lambda Parameters] ( https://www.baeldung.com/java-var-lambda-params )
5
-
5
+ - [ Java 11 String API Additions ] ( https://www.baeldung.com/java-11-string-api )
Original file line number Diff line number Diff line change 13
13
- [ How to Invert an Array in Java] ( http://www.baeldung.com/java-invert-array )
14
14
- [ Array Operations in Java] ( http://www.baeldung.com/java-common-array-operations )
15
15
- [ Intersection Between two Integer Arrays] ( https://www.baeldung.com/java-array-intersection )
16
+ - [ Sorting Arrays in Java] ( https://www.baeldung.com/java-sorting-arrays )
Original file line number Diff line number Diff line change 30
30
- [ Join and Split Arrays and Collections in Java] ( http://www.baeldung.com/java-join-and-split )
31
31
- [ A Guide to EnumMap] ( https://www.baeldung.com/java-enum-map )
32
32
- [ A Guide to Iterator in Java] ( http://www.baeldung.com/java-iterator )
33
+ - [ Differences Between HashMap and Hashtable] ( https://www.baeldung.com/hashmap-hashtable-differences )
Original file line number Diff line number Diff line change 45
45
- [ Guide to Character Encoding] ( https://www.baeldung.com/java-char-encoding )
46
46
- [ Graphs in Java] ( https://www.baeldung.com/java-graphs )
47
47
- [ Console I/O in Java] ( http://www.baeldung.com/java-console-input-output )
48
+ - [ Formatting with printf() in Java] ( https://www.baeldung.com/java-printstream-printf )
Original file line number Diff line number Diff line change 47
47
- [ Dependency Injection for Kotlin with Injekt] ( https://www.baeldung.com/kotlin-dependency-injection-with-injekt )
48
48
- [ Implementing a Binary Tree in Kotlin] ( https://www.baeldung.com/kotlin-binary-tree )
49
49
- [ Generate a Random Alphanumeric String in Kotlin] ( https://www.baeldung.com/kotlin-random-alphanumeric-string )
50
+ - [ Kotlin Contracts] ( https://www.baeldung.com/kotlin-contracts )
51
+ - [ Operator Overloading in Kotlin] ( https://www.baeldung.com/kotlin-operator-overloading )
52
+ - [ Inline Classes in Kotlin] ( https://www.baeldung.com/kotlin-inline-classes )
53
+ - [ Creating Java static final Equivalents in Kotlin] ( https://www.baeldung.com/kotlin-java-static-final )
Original file line number Diff line number Diff line change 9
9
- [ Exclude Fields from Serialization in Gson] ( http://www.baeldung.com/gson-exclude-fields-serialization )
10
10
- [ Save Data to a JSON File with Gson] ( https://www.baeldung.com/gson-save-file )
11
11
- [ Convert JSON to a Map Using Gson] ( https://www.baeldung.com/gson-json-to-map )
12
+ - [ Working with Primitive Values in Gson] ( https://www.baeldung.com/java-gson-primitives )
Original file line number Diff line number Diff line change 18
18
- [ Merging Two Maps with Java 8] ( https://www.baeldung.com/java-merge-maps )
19
19
- [ How to Check If a Key Exists in a Map] ( https://www.baeldung.com/java-map-key-exists )
20
20
- [ Comparing Two HashMaps in Java] ( https://www.baeldung.com/java-compare-hashmaps )
21
+ - [ Immutable Map Implementations in Java] ( https://www.baeldung.com/java-immutable-maps )
Original file line number Diff line number Diff line change 14
14
- [ Primitive Type Streams in Java 8] ( http://www.baeldung.com/java-8-primitive-streams )
15
15
- [ Stream Ordering in Java] ( https://www.baeldung.com/java-stream-ordering )
16
16
- [ Introduction to Protonpack] ( https://www.baeldung.com/java-protonpack )
17
+ - [ Java Stream Filter with Lambda Expression] ( https://www.baeldung.com/java-stream-filter-lambda )
Original file line number Diff line number Diff line change 46
46
- [ Replace a Character at a Specific Index in a String in Java] ( https://www.baeldung.com/java-replace-character-at-index )
47
47
- [ Convert a Comma Separated String to a List in Java] ( https://www.baeldung.com/java-string-with-separator-to-list )
48
48
- [ Guide to java.util.Formatter] ( http://www.baeldung.com/java-string-formatter )
49
- - [ Add a Character to a String at a Given Position] ( https://www.baeldung.com/java-add-character-to-string )
49
+ - [ Add a Character to a String at a Given Position] ( https://www.baeldung.com/java-add-character-to-string )
50
+ - [ Remove Leading and Trailing Characters from a String] ( https://www.baeldung.com/java-remove-trailing-characters )
51
+ - [ Concatenating Strings In Java] ( https://www.baeldung.com/java-strings-concatenation )
Original file line number Diff line number Diff line change 5
5
- [ Introduction to JAX-WS] ( http://www.baeldung.com/jax-ws )
6
6
- [ A Guide to Java EE Web-Related Annotations] ( http://www.baeldung.com/javaee-web-annotations )
7
7
- [ Introduction to Testing with Arquillian] ( http://www.baeldung.com/arquillian )
8
+ - [ Java EE 7 Batch Processing] ( https://www.baeldung.com/java-ee-7-batch-processing )
Original file line number Diff line number Diff line change
1
+ ## Relevant articles:
2
+
3
+ - [ Implementing a Custom Lombok Annotation] ( https://www.baeldung.com/lombok-custom-annotation )
Original file line number Diff line number Diff line change 24
24
- [ Hibernate 5 Bootstrapping API] ( https://www.baeldung.com/hibernate-5-bootstrapping-api )
25
25
- [ Criteria Queries Using JPA Metamodel] ( https://www.baeldung.com/hibernate-criteria-queries-metamodel )
26
26
- [ Guide to the Hibernate EntityManager] ( https://www.baeldung.com/hibernate-entitymanager )
27
+ - [ Get All Data from a Table with Hibernate] ( https://www.baeldung.com/hibernate-select-all )
28
+ - [ One-to-One Relationship in JPA] ( https://www.baeldung.com/jpa-one-to-one )
29
+ - [ Hibernate Named Query] ( https://www.baeldung.com/hibernate-named-query )
30
+ - [ Using c3p0 with Hibernate] ( https://www.baeldung.com/hibernate-c3p0 )
31
+ - [ Persist a JSON Object Using Hibernate] ( https://www.baeldung.com/hibernate-persist-json-object )
Original file line number Diff line number Diff line change 18
18
- [ Limiting Query Results with JPA and Spring Data JPA] ( https://www.baeldung.com/jpa-limit-query-results )
19
19
- [ Sorting Query Results with Spring Data] ( https://www.baeldung.com/spring-data-sorting )
20
20
- [ INSERT Statement in JPA] ( https://www.baeldung.com/jpa-insert )
21
+ - [ Pagination and Sorting using Spring Data JPA] ( https://www.baeldung.com/spring-data-jpa-pagination-sorting )
21
22
22
23
### Eclipse Config
23
24
After importing the project into Eclipse, you may see the following error:
Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
18
18
- [ Validation for Functional Endpoints in Spring 5] ( https://www.baeldung.com/spring-functional-endpoints-validation )
19
19
- [ Logging a Reactive Sequence] ( https://www.baeldung.com/spring-reactive-sequence-logging )
20
20
- [ Testing Reactive Streams Using StepVerifier and TestPublisher] ( https://www.baeldung.com/reactive-streams-step-verifier-test-publisher )
21
+ - [ Debugging Reactive Streams in Spring 5] ( https://www.baeldung.com/spring-debugging-reactive-streams )
Original file line number Diff line number Diff line change 9
9
- [ Shutdown a Spring Boot Application] ( http://www.baeldung.com/spring-boot-shutdown )
10
10
- [ Spring Boot Console Application] ( http://www.baeldung.com/spring-boot-console-app )
11
11
- [ Comparing Embedded Servlet Containers in Spring Boot] ( http://www.baeldung.com/spring-boot-servlet-containers )
12
-
12
+ - [ Programmatically Restarting a Spring Boot Application ] ( https://www.baeldung.com/java-restart-spring-boot-app )
Original file line number Diff line number Diff line change 1
1
### Relevant Articles:
2
2
3
3
- [ Running Spring Boot Applications With Minikube] ( https://www.baeldung.com/spring-boot-minikube )
4
+ - [ Self-Healing Applications with Kubernetes and Spring Boot] ( https://www.baeldung.com/spring-boot-kubernetes-self-healing-apps )
You can’t perform that action at this time.
0 commit comments