From d4dbc6a526ea171e895f7a8375746929dc1eb774 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 13 Oct 2021 23:45:08 +0800 Subject: [PATCH 1/3] Create README.md --- maven-modules/maven-generate-war/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 maven-modules/maven-generate-war/README.md diff --git a/maven-modules/maven-generate-war/README.md b/maven-modules/maven-generate-war/README.md new file mode 100644 index 0000000000..1e74a087ae --- /dev/null +++ b/maven-modules/maven-generate-war/README.md @@ -0,0 +1,3 @@ +### Relevant Articles: + +- [Generate a WAR File in Maven](https://www.baeldung.com/maven-generate-war-file) From 68e0a1a0940d860bd8be711bd2a802af77f64d1e Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 13 Oct 2021 23:47:53 +0800 Subject: [PATCH 2/3] Update README.md --- quarkus-vs-springboot/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/quarkus-vs-springboot/README.md b/quarkus-vs-springboot/README.md index 35fc8eb5eb..05eaabb923 100644 --- a/quarkus-vs-springboot/README.md +++ b/quarkus-vs-springboot/README.md @@ -92,4 +92,8 @@ Then, once again, you can also run both application and DB from docker, using: docker-compose -f src/main/docker/quarkus.yml up ``` -Now you have all you need to reproduce the tests with your machine. \ No newline at end of file +Now you have all you need to reproduce the tests with your machine. + +### Relevant Articles: + +- [Spring Boot vs Quarkus](https://www.baeldung.com/spring-boot-vs-quarkus) From d64b8f1b2cc5397a74a315f5c5815f2ecd6c1864 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 13 Oct 2021 23:55:55 +0800 Subject: [PATCH 3/3] Update README.md --- core-java-modules/core-java-annotations/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-annotations/README.md b/core-java-modules/core-java-annotations/README.md index 18f5589771..a8a9ac3b16 100644 --- a/core-java-modules/core-java-annotations/README.md +++ b/core-java-modules/core-java-annotations/README.md @@ -12,3 +12,4 @@ - [Efficient Word Frequency Calculator in Java](https://www.baeldung.com/java-word-frequency) - [Why Missing Annotations Don’t Cause ClassNotFoundException](https://www.baeldung.com/classnotfoundexception-missing-annotation) - [Valid @SuppressWarnings Warning Names](https://www.baeldung.com/java-suppresswarnings-valid-names) +- [Get a Field’s Annotations Using Reflection](https://www.baeldung.com/java-get-field-annotations)