2019-10-31 21:43:47 -04: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 )
- [Setting the Log Level in Spring Boot when Testing ](https://www.baeldung.com/spring-boot-testing-log-level )
- [Embedded Redis Server with Spring Boot Test ](https://www.baeldung.com/spring-embedded-redis )
2020-03-18 02:24:22 -04:00
- [Testing Spring Boot @ConfigurationProperties ](https://www.baeldung.com/spring-boot-testing-configurationproperties )
2020-04-21 00:36:40 -04: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 08:27:38 -04:00
- [Testing in Spring Boot ](https://www.baeldung.com/spring-boot-testing )