Merge pull request #16505 from collaboratewithakash/master
backlink updated
This commit is contained in:
commit
a9717c3eef
|
@ -4,6 +4,7 @@
|
|||
|
||||
### Relevant Articles:
|
||||
- [Iterator vs forEach() in Java](https://www.baeldung.com/java-iterator-vs-foreach)
|
||||
- [Adding Elements to a Collection During Iteration](https://www.baeldung.com/java-add-elements-collection)
|
||||
- [Remove Elements From a Queue Using Loop](https://www.baeldung.com/java-remove-elements-queue)
|
||||
- [Check if List Contains at Least One Enum](https://www.baeldung.com/java-list-check-enum-presence)
|
||||
|
||||
|
|
|
@ -13,5 +13,4 @@ This module contains articles about Java collections
|
|||
- [Guide to the Java Queue Interface](https://www.baeldung.com/java-queue)
|
||||
- [An Introduction to Synchronized Java Collections](https://www.baeldung.com/java-synchronized-collections)
|
||||
- [Convert an Array of Primitives to a List](https://www.baeldung.com/java-primitive-array-to-list)
|
||||
- [Adding Elements to a Collection During Iteration](https://www.baeldung.com/java-add-elements-collection)
|
||||
- More articles: [[next -->]](/core-java-modules/core-java-collections-2)
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
### Relevant Articles:
|
||||
- [Java 8 Stream Operation on the Empty List](https://www.baeldung.com/java-empty-list-stream-ops)
|
||||
- [Get a Range of Items from a Stream in Java](https://www.baeldung.com/java-stream-get-range)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
- [Find The Largest Number in a String](https://www.baeldung.com/java-find-largest-number-string)
|
||||
- [Check if String is Base64 Encoded](https://www.baeldung.com/java-check-string-base64-encoding)
|
||||
- [Find an Unique Email Address in a List](https://www.baeldung.com/java-find-unique-email-address)
|
||||
- [Get First n Characters in a String in Java](https://www.baeldung.com/get-first-n-characters-in-a-string-in-java)
|
||||
- [Get First n Characters in a String in Java](https://www.baeldung.com/java-string-first-n-characters)
|
||||
- [Remove Only Trailing Spaces or Whitespace From a String in Java](https://www.baeldung.com/java-string-remove-only-trailing-whitespace)
|
||||
- [Get the Initials of a Name in Java](https://www.baeldung.com/java-shorten-name-initials)
|
||||
- [Normalizing the EOL Character in Java](https://www.baeldung.com/java-normalize-end-of-line-character)
|
||||
|
|
|
@ -74,4 +74,4 @@ To configure CI for your project, run the ci-cd sub-generator (`yo jhipster:ci-c
|
|||
|
||||
|
||||
## Relevant Articles:
|
||||
- [Use Liquibase to Safely Evolve Your Database Schema](https://www.baeldung.com/liquibase-refactor-schema-of-java-app)
|
||||
- [Use Liquibase to Safely Evolve a Database Schema](https://www.baeldung.com/liquibase-refactor-schema-of-java-app)
|
||||
|
|
|
@ -13,4 +13,4 @@ docker run --init -p 8080:8080 -p 1234:5000 conductoross/conductor-standalone:3.
|
|||
```
|
||||
|
||||
### Relevant Articles:
|
||||
- [Saga Pattern in Microservices Architecture](https://www.baeldung.com/orkes-conductor-saga-pattern-spring-boot)
|
||||
- [Saga Pattern in a Microservices Architecture](https://www.baeldung.com/orkes-conductor-saga-pattern-spring-boot)
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
- [Introduction to the JDBC RowSet Interface in Java](http://www.baeldung.com/java-jdbc-rowset)
|
||||
- [A Simple Guide to Connection Pooling in Java](https://www.baeldung.com/java-connection-pooling)
|
||||
- [Guide to the JDBC ResultSet Interface](https://www.baeldung.com/jdbc-resultset)
|
||||
- [Types of SQL Joins](https://www.baeldung.com/sql-joins)
|
||||
- [Types of SQL Joins with Java Examples](https://www.baeldung.com/sql-joins)
|
||||
- [Returning the Generated Keys in JDBC](https://www.baeldung.com/jdbc-returning-generated-keys)
|
||||
- [Loading JDBC Drivers](https://www.baeldung.com/java-jdbc-loading-drivers)
|
||||
- [Difference Between Statement and PreparedStatement](https://www.baeldung.com/java-statement-preparedstatement)
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
- [Using Java Records with JPA](https://www.baeldung.com/spring-jpa-java-records)
|
||||
- [HTTP Interface in Spring 6](https://www.baeldung.com/spring-6-http-interface)
|
||||
- [Working with Virtual Threads in Spring 6](https://www.baeldung.com/spring-6-virtual-threads)
|
||||
- [Docker Compose Support in Spring Boot 3](https://www.baeldung.com/ops/docker-compose-support-spring-boot)
|
||||
- [Docker Compose Support in Spring Boot 3](https://www.baeldung.com/docker-compose-support-spring-boot)
|
||||
- [The SpringJUnitConfig and SpringJUnitWebConfig Annotations in Spring](https://www.baeldung.com/spring-5-junit-config)
|
||||
- More articles: [[next -->]](/spring-boot-modules/spring-boot-3-2)
|
||||
|
|
|
@ -4,7 +4,7 @@ This module contains articles about administering a Spring Boot runtime
|
|||
|
||||
### Relevant Articles:
|
||||
- [Configure the Heap Size When Starting a Spring Boot Application](https://www.baeldung.com/spring-boot-heap-size)
|
||||
- [Max-HTTP-Header-Size in Spring Boot 2](https://www.baeldung.com/spring-boot-max-http-header-size)
|
||||
- [Max-Http-Request-Header-Size in Spring Boot](https://www.baeldung.com/spring-boot-max-http-header-size)
|
||||
- [Programmatically Restarting a Spring Boot Application](https://www.baeldung.com/java-restart-spring-boot-app)
|
||||
|
||||
- More articles: [[<-- prev]](../spring-boot-runtime)
|
||||
|
|
Loading…
Reference in New Issue