DEVhaitam / Zenika-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About


Languages

Language:Java 97.3%Language:Dockerfile 2.7%