This application load a json file , inject data to a Mysql database via webservices and expose the data via a REST API.
1- mvn clean install 2 - create a docker mysql container (publish ports,specify root password and grant all privileges) 3 - mvn spring-boot:run or mvn test