mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Capstone changes README
This commit is contained in:
parent
4d4fcc01e8
commit
ce74a2f323
1 changed files with 13 additions and 0 deletions
13
Notes/Capstone.md
Normal file
13
Notes/Capstone.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Code configuration
|
||||
|
||||
For capstone project I made some changes in this code base. Mainly in Dockerfile.
|
||||
|
||||
Also I learned how to use MySQL for spring petclinic - it reqiures some enviroment variables:
|
||||
|
||||
* MYSQL_USER
|
||||
* MYSQL_PASSWORD
|
||||
* MYSQL_ROOT_PASSWORD
|
||||
* MYSQL_DATABASE
|
||||
* MYSQL_URL
|
||||
|
||||
They are needed for conenction to RDS. One can use it via `docker -e MYSQL_...` or `export MYSQL_...` (for `java -jar` usage).
|
Loading…
Reference in a new issue