mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-05 13:51:12 +00:00
Add Docker Module Files
This commit is contained in:
parent
f25d859dc1
commit
fb1870c4c6
4 changed files with 48 additions and 17 deletions
6
.env.example
Normal file
6
.env.example
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
MYSQL_DATABASE=db_name
|
||||
MYSQL_USER=db_user
|
||||
MYSQL_PASSWORD=db_password
|
||||
MYSQL_ROOT_PASSWORD=root_password
|
||||
|
||||
SPRING_DATASOURCE_URL=jdbc:mysql://db:3306/db_name
|
||||
Loading…
Add table
Add a link
Reference in a new issue