From a026580eedcdbca26e94e5e3a231a58c68717a1f Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 24 Mar 2022 11:36:03 +0500 Subject: [PATCH 1/2] Updated README.md Moved https://www.baeldung.com/spring-junit-failed-to-load-applicationcontext to spring-boot-testing-2 --- spring-boot-modules/spring-boot-testing/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-modules/spring-boot-testing/README.md b/spring-boot-modules/spring-boot-testing/README.md index 2fb96992c9..19f5ca0f59 100644 --- a/spring-boot-modules/spring-boot-testing/README.md +++ b/spring-boot-modules/spring-boot-testing/README.md @@ -15,5 +15,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring - [Prevent ApplicationRunner or CommandLineRunner Beans From Executing During Junit Testing](https://www.baeldung.com/spring-junit-prevent-runner-beans-testing-execution) - [Testing in Spring Boot](https://www.baeldung.com/spring-boot-testing) - [Fixing the NoSuchMethodError JUnit Error](https://www.baeldung.com/junit-nosuchmethoderror) -- [Failed to Load ApplicationContext for JUnit Test of Spring Controller](https://www.baeldung.com/spring-junit-failed-to-load-applicationcontext) - More articles: [[more -->]](../spring-boot-testing-2) From 600312556999c71d27bbf99c2cba1d7f405d5f44 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 24 Mar 2022 11:36:20 +0500 Subject: [PATCH 2/2] Updated README.md Moved over https://www.baeldung.com/spring-junit-failed-to-load-applicationcontext from spring-boot-testing --- spring-boot-modules/spring-boot-testing-2/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-modules/spring-boot-testing-2/README.md b/spring-boot-modules/spring-boot-testing-2/README.md index 33664a4448..afc75f6727 100644 --- a/spring-boot-modules/spring-boot-testing-2/README.md +++ b/spring-boot-modules/spring-boot-testing-2/README.md @@ -9,4 +9,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring ### Relevant Articles: - [Setting the Log Level in Spring Boot when Testing](https://www.baeldung.com/spring-boot-testing-log-level) -- More articles: [[<-- prev]](../spring-boot-testing) \ No newline at end of file +- [Failed to Load ApplicationContext for JUnit Test of Spring Controller](https://www.baeldung.com/spring-junit-failed-to-load-applicationcontext) +- More articles: [[<-- prev]](../spring-boot-testing)