From 74c28e8b79b11b0be4e2e73e12c04738e35d225e Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Sat, 24 Dec 2022 13:17:29 +0530 Subject: [PATCH 1/3] backlink removed --- security-modules/cas/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/security-modules/cas/README.md b/security-modules/cas/README.md index 6ceeaea0c4..a50159d2d8 100644 --- a/security-modules/cas/README.md +++ b/security-modules/cas/README.md @@ -15,4 +15,3 @@ The server starts at https://localhost:8443. `casuser`/`Mellon` are the username ### Relevant Articles: -- [CAS SSO With Spring Security](https://www.baeldung.com/spring-security-cas-sso) \ No newline at end of file From 3e429428a7fbb9ef3a111397d92833c27fb54234 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Sat, 24 Dec 2022 13:22:01 +0530 Subject: [PATCH 2/3] backlink added --- spring-boot-modules/spring-boot-3-native/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 spring-boot-modules/spring-boot-3-native/README.md diff --git a/spring-boot-modules/spring-boot-3-native/README.md b/spring-boot-modules/spring-boot-3-native/README.md new file mode 100644 index 0000000000..6f46263257 --- /dev/null +++ b/spring-boot-modules/spring-boot-3-native/README.md @@ -0,0 +1,2 @@ +## Relevant Articles +- [Native Images with Spring Boot and GraalVM](https://www.baeldung.com/spring-native-intro) From c67ef1932c470be873b6ea2e14f7a29a152e4c06 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Sat, 24 Dec 2022 17:12:50 +0530 Subject: [PATCH 3/3] backlink fixed --- testing-modules/spring-testing-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing-modules/spring-testing-2/README.md b/testing-modules/spring-testing-2/README.md index 434388d683..5bd1716609 100644 --- a/testing-modules/spring-testing-2/README.md +++ b/testing-modules/spring-testing-2/README.md @@ -2,5 +2,5 @@ - [Guide to @DynamicPropertySource in Spring](https://www.baeldung.com/spring-dynamicpropertysource) - [Concurrent Test Execution in Spring 5](https://www.baeldung.com/spring-5-concurrent-tests) -- [Spring 5 Testing with @EnabledIf Annotation](https://www.baeldung.com/spring-5-enabledIf) +- [Spring 5 Testing with @EnabledIf Annotation](https://www.baeldung.com/spring-5-enabledif) - [The Spring TestExecutionListener](https://www.baeldung.com/spring-testexecutionlistener)