Merge pull request #12925 from edizor/master

README changes
This commit is contained in:
Loredana Crusoveanu 2022-10-27 10:41:36 +03:00 committed by GitHub
commit 7bc0532d95
8 changed files with 11 additions and 1 deletions

View File

@ -9,3 +9,4 @@
- [Differences Between set() and lazySet() in Java Atomic Variables](https://www.baeldung.com/java-atomic-set-vs-lazyset)
- [Volatile vs. Atomic Variables in Java](https://www.baeldung.com/java-volatile-vs-atomic)
- [What Is “Locked Ownable Synchronizers” in Thread Dump?](https://www.baeldung.com/locked-ownable-synchronizers)
- [Understanding java.lang.Thread.State: WAITING (parking)](https://www.baeldung.com/java-lang-thread-state-waiting-parking)

View File

@ -6,3 +6,4 @@
- [Formatting Output with printf() in Java](https://www.baeldung.com/java-printstream-printf)
- [ASCII Art in Java](http://www.baeldung.com/ascii-art-in-java)
- [System.console() vs. System.out](https://www.baeldung.com/java-system-console-vs-system-out)
- [How to Log to the Console in Color](https://www.baeldung.com/java-log-console-in-color)

View File

@ -3,3 +3,6 @@
- [Compare Characters in Java](https://www.baeldung.com/java-compare-characters)
- [String Concatenation in Java](https://www.baeldung.com/java-string-concatenation)
- [Capitalize the First Letter of a String in Java](https://www.baeldung.com/java-string-uppercase-first-letter)
- [Convert String to char in Java](https://www.baeldung.com/java-convert-string-to-char)
- [Convert String to String Array](https://www.baeldung.com/java-convert-string-to-string-array)

View File

@ -8,4 +8,5 @@ The code examples related to different libraries are each in their own module.
Remember, for advanced libraries like [Jackson](/jackson) and [JUnit](/testing-modules) we already have separate modules. Please make sure to have a look at the existing modules in such cases.
### Relevant articles
- [Guide to Simple Binary Encoding](https://www.baeldung.com/java-sbe)
- More articles [[<-- prev]](/libraries-6)

View File

@ -1,3 +1,5 @@
## Patterns Modules
This module contains articles about design patterns.
- [Coupling in Java](https://www.baeldung.com/java-coupling-classes-tight-loose)

View File

@ -8,3 +8,4 @@
- [Automatic Generation of the Builder Pattern with FreeBuilder](https://www.baeldung.com/java-builder-pattern-freebuilder)
- [How to Replace Many if Statements in Java](https://www.baeldung.com/java-replace-if-statements)
- [Prototype Pattern in Java](https://www.baeldung.com/java-pattern-prototype)
- [Implementing Factory Pattern With Generics in Java](https://www.baeldung.com/java-factory-pattern-generics)

View File

@ -1,3 +1,4 @@
## Relevant Articles:
- [Setting the MySQL JDBC Timezone Using Spring Boot Configuration](https://www.baeldung.com/mysql-jdbc-timezone-spring-boot)
- [TLS Setup in MySQL and Spring Boot Application](https://www.baeldung.com/spring-boot-mysql-tls)

View File

@ -1,4 +1,4 @@
## Relevant articles:
- [Introduction to Datafaker]()
- [Introduction to Datafaker](https://www.baeldung.com/java-datafaker)