mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 03:16:48 +08:00
8 lines
577 B
Plaintext
8 lines
577 B
Plaintext
-------------------------------------------------------------------------------
|
|
Test set: com.xboe.boeqa.BoebasicApplicationTests
|
|
-------------------------------------------------------------------------------
|
|
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.173 s <<< FAILURE! - in com.xboe.boeqa.BoebasicApplicationTests
|
|
com.xboe.boeqa.BoebasicApplicationTests Time elapsed: 0.172 s <<< ERROR!
|
|
java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test
|
|
|