In your release the @SpringApplicationConfiguration annotation no longer exists. The new annotations are :
@RunWith(SpringRunner.class)
@SpringBootTest(classes = YourApplicationMainClass.class)
@WebAppConfiguration
In your release the @SpringApplicationConfiguration annotation no longer exists. The new annotations are :
@RunWith(SpringRunner.class)
@SpringBootTest(classes = YourApplicationMainClass.class)
@WebAppConfiguration