Merge pull request #16121 from collaboratewithakash/master
backlink added or updated
This commit is contained in:
commit
ea56a5b9f4
|
@ -16,3 +16,4 @@ You can build the project from the command line using: *mvn clean install*, or i
|
|||
- [Introduction to Apache Kafka](https://www.baeldung.com/apache-kafka)
|
||||
- [Ensuring Message Ordering in Kafka: Strategies and Configurations](https://www.baeldung.com/kafka-message-ordering)
|
||||
- [Read Multiple Messages with Apache Kafka](https://www.baeldung.com/kafka-read-multiple-messages)
|
||||
- [Creating a Kafka Listener Using the Consumer API](https://www.baeldung.com/kafka-create-listener-consumer-api)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
## Relevant Articles:
|
||||
- [Difference Between putIfAbsent() and computeIfAbsent() in Java’s Map](https://www.baeldung.com/java-map-putifabsent-computeifabsent)
|
||||
- [How to Write and Read a File with a Java HashMap](https://www.baeldung.com/how-to-write-and-read-a-file-with-a-java-hashmap/)
|
||||
- [How to Write Hashmap to CSV File](https://www.baeldung.com/java-write-hashmap-csv)
|
||||
- [How to Get First or Last Entry From a LinkedHashMap in Java](https://www.baeldung.com/java-linkedhashmap-first-last-key-value-pair)
|
||||
- [How to Write and Read a File with a Java HashMap](https://www.baeldung.com/java-hashmap-write-read-file)
|
||||
|
|
|
@ -3,3 +3,4 @@
|
|||
- [Why wait() Requires Synchronization?](https://www.baeldung.com/java-wait-necessary-synchronization)
|
||||
- [Working with Exceptions in Java CompletableFuture](https://www.baeldung.com/java-exceptions-completablefuture)
|
||||
- [CountDownLatch vs. Semaphore](https://www.baeldung.com/java-countdownlatch-vs-semaphore)
|
||||
- [Callbacks in ListenableFuture and CompletableFuture](https://www.baeldung.com/java-callbacks-listenablefuture-completablefuture)
|
||||
|
|
|
@ -9,5 +9,6 @@ This module contains articles about core Java input and output (IO)
|
|||
- [How to Write Strings to OutputStream in Java](https://www.baeldung.com/java-write-string-outputstream)
|
||||
- [Read a File and Split It Into Multiple Files in Java](https://www.baeldung.com/java-read-file-split-into-several)
|
||||
- [Read and Write Files in Java Using Separate Threads](https://www.baeldung.com/java-read-write-files-different-threads)
|
||||
- [Convert an OutputStream to a Byte Array in Java](https://www.baeldung.com/java-outputstream-byte-array)
|
||||
- [[<-- Prev]](/core-java-modules/core-java-io-4)
|
||||
|
||||
|
|
|
@ -3,3 +3,4 @@
|
|||
- [Print a Double Value Without Scientific Notation in Java](https://www.baeldung.com/java-print-double-number-no-scientific-notation)
|
||||
- [Check if a Float Value is Equivalent to an Integer Value in Java](https://www.baeldung.com/java-float-integer-equal)
|
||||
- [Generating Unique Positive Long Using SecureRandom in Java](https://www.baeldung.com/java-securerandom-generate-positive-long)
|
||||
- [BigDecimal.ZERO vs. new BigDecimal(0)](https://www.baeldung.com/java-bigdecimal-zero-vs-new)
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
- [Convert Positive Integer to Negative and Vice Versa in Java](https://www.baeldung.com/java-negating-integer)
|
||||
- [Rounding Up a Number to Nearest Multiple of 5 in Java](https://www.baeldung.com/java-round-nearest-multiple-five)
|
||||
- [Convert byte to int Type in Java](https://www.baeldung.com/java-byte-to-int-conversion)
|
||||
- [Converting Integer to BigDecimal in Java](https://www.baeldung.com/java-integer-bigdecimal-conversion)
|
||||
- [Converting BigDecimal to Integer in Java](https://www.baeldung.com/java-integer-bigdecimal-conversion)
|
||||
|
|
|
@ -6,3 +6,4 @@
|
|||
- [How to Center Text Output in Java](https://www.baeldung.com/java-center-text-output)
|
||||
- [How to Convert an Object to String](https://www.baeldung.com/java-object-string-representation)
|
||||
- [Convert String to long or Long in Java](https://www.baeldung.com/java-convert-string-long)
|
||||
- [Convert a String to a List of Characters in Java](https://www.baeldung.com/java-convert-string-list-characters)
|
||||
|
|
|
@ -5,5 +5,5 @@ This module contains articles about Apache Commons libraries.
|
|||
### Relevant articles
|
||||
- [Extracting a Tar File in Java](https://www.baeldung.com/java-extract-tar-file)
|
||||
- [Convert a String with Unicode Encoding to a String of Letters](https://www.baeldung.com/java-convert-string-unicode-encoding)
|
||||
-
|
||||
- [Implementing a FTP-Client in Java](https://www.baeldung.com/java-ftp-client)
|
||||
- More articles: [[<--prev]](../libraries-apache-commons)
|
||||
|
|
|
@ -8,10 +8,10 @@ This module contains articles about Project Lombok.
|
|||
- [Using Lombok’s @Builder Annotation](https://www.baeldung.com/lombok-builder)
|
||||
- [Using Lombok’s @Getter for Boolean Fields](https://www.baeldung.com/lombok-getter-boolean)
|
||||
- [Lombok @Builder with Inheritance](https://www.baeldung.com/lombok-builder-inheritance)
|
||||
- [Lombok Builder with Default Value](https://www.baeldung.com/lombok-builder-default-value)
|
||||
- [Lombok Builder With Default Value](https://www.baeldung.com/lombok-builder-default-value)
|
||||
- [Lombok Builder with Custom Setter](https://www.baeldung.com/lombok-builder-custom-setter)
|
||||
- [Setting up Lombok with Eclipse and Intellij](https://www.baeldung.com/lombok-ide)
|
||||
- [Using the @Singular Annotation with Lombok Builders](https://www.baeldung.com/lombok-builder-singular)
|
||||
- [Omitting Getter or Setter in Lombok](https://www.baeldung.com/lombok-omit-getter-setter)
|
||||
- [Lombok Configuration System](https://www.baeldung.com/lombok-configuration-system)
|
||||
- More articles: [[next -->]](../lombok-2)
|
||||
- More articles: [[next -->]](../lombok-2)
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
- [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)
|
||||
|
||||
- [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)
|
||||
|
|
|
@ -14,5 +14,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|||
- [Spring Boot – Testing Redis With Testcontainers](https://www.baeldung.com/spring-boot-redis-testcontainers)
|
||||
- [Spring Boot – Keycloak Integration Testing with Testcontainers](https://www.baeldung.com/spring-boot-keycloak-integration-testing)
|
||||
- [Difference Between @Spy and @SpyBean](https://www.baeldung.com/spring-spy-vs-spybean)
|
||||
- [Overriding Spring Beans in Integration Test](https://www.baeldung.com/overriding-spring-beans-in-integration-test)
|
||||
- [Overriding Spring Beans in Integration Test](https://www.baeldung.com/spring-beans-integration-test-override)
|
||||
- More articles: [[<-- prev]](../spring-boot-testing)
|
||||
|
|
|
@ -7,5 +7,5 @@ This module contains articles about reactive Spring Boot Data
|
|||
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||
|
||||
### Relevant Articles
|
||||
- [A Quick Look at R2DBC with Spring Data](https://www.baeldung.com/spring-data-r2dbc)
|
||||
- [A Quick Look at R2DBC With Spring Data](https://www.baeldung.com/spring-data-r2dbc)
|
||||
- [Pagination in Spring Webflux and Spring Data Reactive](https://www.baeldung.com/spring-data-webflux-pagination)
|
||||
|
|
|
@ -10,3 +10,4 @@ This module contains articles about Spring RestTemplate
|
|||
- [How to Compress Requests Using the Spring RestTemplate](https://www.baeldung.com/spring-resttemplate-compressing-requests)
|
||||
- [Get list of JSON objects with Spring RestTemplate](https://www.baeldung.com/spring-resttemplate-json-list)
|
||||
- [Spring RestTemplate Exception: “Not enough variables available to expand”](https://www.baeldung.com/spring-not-enough-variables-available)
|
||||
- [A Guide To Spring Redirects](https://www.baeldung.com/spring-redirect-and-forward)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
This module contains articles about JUnit 5 Annotations
|
||||
|
||||
### Relevant Articles:
|
||||
- [A Guide to @RepeatedTest in Junit 5](https://www.baeldung.com/junit-5-repeated-test)
|
||||
- [A Guide to @RepeatedTest in JUnit 5](https://www.baeldung.com/junit-5-repeated-test)
|
||||
- [JUnit 5 Conditional Test Execution with Annotations](https://www.baeldung.com/junit-5-conditional-test-execution)
|
||||
- [JUnit5 Programmatic Extension Registration with @RegisterExtension](https://www.baeldung.com/junit-5-registerextension-annotation)
|
||||
- [Guide to JUnit 5 Parameterized Tests](https://www.baeldung.com/parameterized-tests-junit-5)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
## Relevant articles
|
||||
- [Editing Existing PDF Files in Java](https://www.baeldung.com/java-edit-existing-pdf)
|
||||
- [Get Information About a PDF in Java](https://www.baeldung.com/java-pdf-info)
|
||||
- [Convert Excel Files to PDF Using Java](https://www.baeldung.com/java-convert-excel-files-pdf)
|
||||
|
|
Loading…
Reference in New Issue