Merge pull request #10682 from johnA1331/master

BAEL-34568 - add links to github-baeldung articles
This commit is contained in:
Loredana Crusoveanu 2021-04-21 20:17:01 +03:00 committed by GitHub
commit 2f67d0fcf7
4 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,4 @@
This module contains articles about core features in the Java language
- [The Java final Keyword Impact on Performance](https://www.baeldung.com/java-final-performance)
- [The package-info.java File](https://www.baeldung.com/java-package-info)

View File

@ -11,4 +11,5 @@ This module contains articles about the Stream API in Java.
- [Add BigDecimals using the Stream API](https://www.baeldung.com/java-stream-add-bigdecimals)
- [Should We Close a Java Stream?](https://www.baeldung.com/java-stream-close)
- [Returning Stream vs. Collection](https://www.baeldung.com/java-return-stream-collection)
- [Convert a Java Enumeration Into a Stream](https://www.baeldung.com/java-enumeration-to-stream)
- More articles: [[<-- prev>]](/../core-java-streams-2)

View File

@ -6,4 +6,5 @@ This module contains articles about core Spring functionality
- [Spring @Component Annotation](https://www.baeldung.com/spring-component-annotation)
- [Solving Springs “not eligible for auto-proxying” Warning](https://www.baeldung.com/spring-not-eligible-for-auto-proxying)
- [Spring Bean Names](https://www.baeldung.com/spring-bean-names)
- More articles: [[<-- prev]](/spring-core-4)

View File

@ -10,3 +10,4 @@ This module contains articles about Spring with Thymeleaf
- [Conditional CSS Classes in Thymeleaf](https://www.baeldung.com/spring-mvc-thymeleaf-conditional-css-classes)
- [Using Hidden Inputs with Spring and Thymeleaf](https://www.baeldung.com/spring-thymeleaf-hidden-inputs)
- [Thymeleaf Variables](https://www.baeldung.com/thymeleaf-variables)
- [Displaying Error Messages with Thymeleaf in Spring](https://www.baeldung.com/spring-thymeleaf-error-messages)