Getting a compilation error in Maven:
[INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] --------------
In your release the @SpringApplicationConfiguration annotation no longer exists. The new annotations are :
@SpringApplicationConfiguration
@RunWith(SpringRunner.class) @SpringBootTest(classes = YourApplicationMainClass.class) @WebAppConfiguration