From a550caa25c24219a944445cc2a6c4cf59e60166f Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 17 Mar 2021 23:05:02 +0800 Subject: [PATCH 1/3] Update README.md --- core-java-modules/core-java-lang-4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-lang-4/README.md b/core-java-modules/core-java-lang-4/README.md index ff00688772..77d14f0fc8 100644 --- a/core-java-modules/core-java-lang-4/README.md +++ b/core-java-modules/core-java-lang-4/README.md @@ -2,4 +2,4 @@ This module contains articles about core features in the Java language -- TODO +- [The Java final Keyword – Impact on Performance](https://www.baeldung.com/java-final-performance) From 33d9d8ed9da0e89c075389fb8e61689f409e05d5 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 17 Mar 2021 23:08:46 +0800 Subject: [PATCH 2/3] Update README.md --- jjwt/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/jjwt/README.md b/jjwt/README.md index 25f5a8f6f0..1798d5193b 100644 --- a/jjwt/README.md +++ b/jjwt/README.md @@ -47,3 +47,4 @@ Available commands (assumes httpie - https://github.com/jkbrzt/httpie): ## Relevant articles: - [Supercharge Java Authentication with JSON Web Tokens (JWTs)](https://www.baeldung.com/java-json-web-tokens-jjwt) +- [Decode a JWT Token in Java](https://www.baeldung.com/java-jwt-token-decode) From 352245c38be006050d5c55ba33e10ece223580af Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 17 Mar 2021 23:10:53 +0800 Subject: [PATCH 3/3] Create README.md --- spring-boot-rest-2/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spring-boot-rest-2/README.md diff --git a/spring-boot-rest-2/README.md b/spring-boot-rest-2/README.md new file mode 100644 index 0000000000..f09159198c --- /dev/null +++ b/spring-boot-rest-2/README.md @@ -0,0 +1,3 @@ +### Relevant Article: + +- [Get All Endpoints in Spring Boot](https://www.baeldung.com/spring-boot-get-all-endpoints)