spring boot testing demo

This project has the following dependencies:

The CustomerControllerTest fails if we do not add the ContextConfiguration Annotation:

@ContextConfiguration(
    classes = {CustomerController.class, CustomerService.class, EntityManagerFactory.class}
)