From ea553b2d73761aa86f9979ca860b698b0e21e327 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 27 May 2021 00:56:46 +0800 Subject: [PATCH 1/5] Update README.md --- spring-web-modules/spring-mvc-forms-thymeleaf/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-web-modules/spring-mvc-forms-thymeleaf/README.md b/spring-web-modules/spring-mvc-forms-thymeleaf/README.md index 57fa32901c..eb005346f6 100644 --- a/spring-web-modules/spring-mvc-forms-thymeleaf/README.md +++ b/spring-web-modules/spring-mvc-forms-thymeleaf/README.md @@ -6,4 +6,5 @@ This module contains articles about Spring MVC Forms using Thymeleaf - [Session Attributes in Spring MVC](https://www.baeldung.com/spring-mvc-session-attributes) - [Binding a List in Thymeleaf](https://www.baeldung.com/thymeleaf-list) +- [Multipart Request Handling in Spring](https://www.baeldung.com/sprint-boot-multipart-requests) From 536a2287f1beb7522fcf7bcfbf894380282e3df4 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 27 May 2021 01:01:00 +0800 Subject: [PATCH 2/5] Update README.md --- core-java-modules/core-java/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java/README.md b/core-java-modules/core-java/README.md index b0e740e3b5..14857d5d87 100644 --- a/core-java-modules/core-java/README.md +++ b/core-java-modules/core-java/README.md @@ -11,3 +11,4 @@ - [What is the serialVersionUID?](http://www.baeldung.com/java-serial-version-uid) - [A Guide to the ResourceBundle](http://www.baeldung.com/java-resourcebundle) - [Merging java.util.Properties Objects](https://www.baeldung.com/java-merging-properties) +- [Deserialization Vulnerabilities in Java](https://www.baeldung.com/java-deserialization-vulnerabilities) From 48105ee4b484ef34cddd5938b2cecf513029e82d Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 27 May 2021 01:03:35 +0800 Subject: [PATCH 3/5] Update README.md --- spring-core-5/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-core-5/README.md b/spring-core-5/README.md index 4315535e69..cf90d9ffc3 100644 --- a/spring-core-5/README.md +++ b/spring-core-5/README.md @@ -7,4 +7,5 @@ This module contains articles about core Spring functionality - [Spring @Component Annotation](https://www.baeldung.com/spring-component-annotation) - [Solving Spring’s “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) +- [AliasFor Annotation in Spring](https://www.baeldung.com/spring-aliasfor-annotation) - More articles: [[<-- prev]](/spring-core-4) From 81fbe9454994b47bb46c699a7a56d4af432b731c Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 27 May 2021 01:05:26 +0800 Subject: [PATCH 4/5] Create README.md --- maven-modules/maven-pom-types/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 maven-modules/maven-pom-types/README.md diff --git a/maven-modules/maven-pom-types/README.md b/maven-modules/maven-pom-types/README.md new file mode 100644 index 0000000000..40119f68c1 --- /dev/null +++ b/maven-modules/maven-pom-types/README.md @@ -0,0 +1,3 @@ +### Relevant Articles: + +- [Difference Between Super, Simplest, and Effective POM](https://www.baeldung.com/maven-super-simplest-effective-pom) From a9121efec05a819fa0608e6b260d07026d5b02e0 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 27 May 2021 01:06:55 +0800 Subject: [PATCH 5/5] Update README.md --- spring-boot-modules/spring-boot-annotations/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-modules/spring-boot-annotations/README.md b/spring-boot-modules/spring-boot-annotations/README.md index 1b2bca435c..9742661f30 100644 --- a/spring-boot-modules/spring-boot-annotations/README.md +++ b/spring-boot-modules/spring-boot-annotations/README.md @@ -11,3 +11,4 @@ This module contains articles about Spring Boot annotations - [Spring Bean Annotations](https://www.baeldung.com/spring-bean-annotations) - [Difference Between @ComponentScan and @EnableAutoConfiguration in Spring Boot](https://www.baeldung.com/spring-componentscan-vs-enableautoconfiguration) - [Where Should the Spring @Service Annotation Be Kept?](https://www.baeldung.com/spring-service-annotation-placement) +- [Spring Conditional Annotations](https://www.baeldung.com/spring-conditional-annotations)