Zenika-Project

Before running the project you have to pay attention to the application.properties file

  • If you want to run it on localhost keep : spring.datasource.url=jdbc:mysql://localhost:3306/mydb
  • If you want to run it on Docker switch to : spring.datasource.url=jdbc:mysql://mysql-db:3306/mydb

Endpoints: