Skip to content

Commit

Permalink
Merge pull request eugenp#13351 from edizor/master
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
lor6 committed Jan 26, 2023
2 parents 7d38b4b + 8cc71b5 commit ebb7481
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion core-java-modules/core-java-collections-list-5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

This module contains articles about the Java List collection

### Relevant Articles:
### Relevant Articles:
- [Java List Interface](https://www.baeldung.com/java-list-interface)
1 change: 1 addition & 0 deletions core-java-modules/core-java-exceptions-4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ This module contains articles about core java exceptions
- [“Sneaky Throws” in Java](https://www.baeldung.com/java-sneaky-throws)
- [Get the Current Stack Trace in Java](https://www.baeldung.com/java-get-current-stack-trace)
- [Errors and Exceptions in Java](https://www.baeldung.com/java-errors-vs-exceptions)
- [Fix the IllegalArgumentException: No enum const class](https://www.baeldung.com/java-fix-no-enum-const-class)
- [[<-- Prev]](../core-java-exceptions-3)
3 changes: 2 additions & 1 deletion core-java-modules/core-java-lang-5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ This module contains articles about core features in the Java language
- [Infinity in Java](https://www.baeldung.com/java-infinity)
- [Type Parameter vs Wildcard in Java Generics](https://www.baeldung.com/java-generics-type-parameter-vs-wildcard)
- [Convert Between int and char in Java](https://www.baeldung.com/java-convert-int-char)
-
- [Converting a Number from One Base to Another in Java](https://www.baeldung.com/java-converting-a-number-from-one-base-to-another)
- [Check if Command-Line Arguments Are Null in Java](https://www.baeldung.com/java-check-command-line-args)
1 change: 1 addition & 0 deletions core-java-modules/core-java-numbers-5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
- [List All Factors of a Number in Java](https://www.baeldung.com/java-list-factors-integer)
- [Make Division of Two Integers Result in a Float](https://www.baeldung.com/java-integer-division-float-result)
- [Creating Random Numbers With No Duplicates in Java](https://www.baeldung.com/java-unique-random-numbers)
- [Multiply a BigDecimal by an Integer in Java](https://www.baeldung.com/java-bigdecimal-multiply-integer)
2 changes: 2 additions & 0 deletions persistence-modules/scylladb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Relevant Articles
- [Introduction to ScyllaDB with Java](https://www.baeldung.com/java-scylladb)
1 change: 1 addition & 0 deletions spring-boot-modules/spring-boot-mvc-5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ This module contains articles about Spring Web MVC in Spring Boot projects.

### Relevant Articles:
- [Enable and Disable Endpoints at Runtime With Spring Boot](https://www.baeldung.com/spring-boot-enable-disable-endpoints-at-runtime)
- [Extracting a Custom Header From the Request](https://www.baeldung.com/spring-extract-custom-header-request)
2 changes: 1 addition & 1 deletion spring-web-modules/spring-mvc-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@


### Relevant Articles:

- [Convert byte[] to MultipartFile in Java](https://www.baeldung.com/java-convert-byte-array-to-multipartfile)

0 comments on commit ebb7481

Please sign in to comment.