Run Spring Boot Tests with application context

@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(classes = {ErpServerApplication.class})