Deployment fix

This commit is contained in:
Thomas
2020-09-01 15:03:44 +02:00
parent d8ce1001cb
commit e5469b7ad5
17 changed files with 91 additions and 48 deletions

View File

@@ -1,4 +1,7 @@
-------------------------------------------------------------------------------
Test set: gltronic.voozik.DemoApplicationTests
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.292 s - in gltronic.voozik.DemoApplicationTests
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 s <<< FAILURE! - in gltronic.voozik.DemoApplicationTests
gltronic.voozik.DemoApplicationTests Time elapsed: 0.013 s <<< ERROR!
java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test