5cc83c631b
* Imported junit bom before spring-boot-dependencies bom with correct version * Changed spring-boot-libraries * Changed spring-boot-mvc * Changed spring-boot-mvc-2 * Added and changed spring-boot-mvc-3 * Added and changed spring-boot-mvc-birt * Added and changed spring-boot-nashorn * Changed spring-boot-parent and its submodules * Changed spring-boot-performance * Changed spring-boot-properties * Changed spring-boot-properties-2 * Changed spring-boot-runtime and its sub-modules * Changed spring-boot-security * Changed spring-boot-springdoc * Changed spring-boot-testing * Changed spring-boot-vue |
||
---|---|---|
.. | ||
.mvn/wrapper | ||
src | ||
.gitignore | ||
README.md | ||
mvnw | ||
mvnw.cmd | ||
pom.xml |
README.md
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
- Exclude Auto-Configuration Classes in Spring Boot Tests
- Setting the Log Level in Spring Boot when Testing
- Embedded Redis Server with Spring Boot Test
- Testing Spring Boot @ConfigurationProperties
- Prevent ApplicationRunner or CommandLineRunner Beans From Executing During Junit Testing