2019-10-31 20:43:47 -05:00
## Spring Boot Testing
This module contains articles about Spring Boot testing
### The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
### Relevant Articles:
- [Testing with Spring and Spock ](https://www.baeldung.com/spring-spock-testing )
- [Exclude Auto-Configuration Classes in Spring Boot Tests ](https://www.baeldung.com/spring-boot-exclude-auto-configuration-test )
- [Embedded Redis Server with Spring Boot Test ](https://www.baeldung.com/spring-embedded-redis )
2020-03-18 14:24:22 +08:00
- [Testing Spring Boot @ConfigurationProperties ](https://www.baeldung.com/spring-boot-testing-configurationproperties )
2020-04-21 12:36:40 +08:00
- [Prevent ApplicationRunner or CommandLineRunner Beans From Executing During Junit Testing ](https://www.baeldung.com/spring-junit-prevent-runner-beans-testing-execution )
2020-08-28 17:57:38 +05:30
- [Testing in Spring Boot ](https://www.baeldung.com/spring-boot-testing )
2021-05-12 23:25:49 +08:00
- [Fixing the NoSuchMethodError JUnit Error ](https://www.baeldung.com/junit-nosuchmethoderror )
2022-01-13 15:24:21 +08:00
- More articles: [[more -->]](../spring-boot-testing-2)