Its a simple API with Spring Boot and Spring Data JPA.
- Mysql
You should create one user in your database. Execute this command :
$ mysql -u root -p < src/main/resources/db/anthogdn.sql
or change configuration in src/main/resources/application.properties
Execute this commande in the root directory to build maven project.
$ mvn clean install
Execute this commande in the root directory to deploy Spring Boot project.
$ mvn spring-boot:run
Navigate to http://localhost:8080
- Anthony GODIN gdn.anthony@gmail.com