spring-boot-building-api-backend icon indicating copy to clipboard operation
spring-boot-building-api-backend copied to clipboard

Update CopsbootApplicationTests.class

Open gilly7 opened this issue 2 years ago • 0 comments

it's now recommended to specify the class (classes) you would like to test.

@SpringBootTest(classes= CopsbootApplicationTests.class)

To fix this error: Test Failure : java.lang.IllegalStateException: Failed to load ApplicationContext

gilly7 avatar Mar 31 '22 05:03 gilly7