Spring Boot - Fundamentals
Given this Spring Boot project structure snippet, where will the test Java files be located?
src/
main/
java/
resources/
test/
java/
resources/