Guest User

Untitled

a guest
Apr 23rd, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. database=mysql
  2. # mysqlsrv is the name of the MySQL container
  3. spring.datasource.url=jdbc:mysql://mysqlsrv/project_management
  4. spring.datasource.username=switchgroup3
  5. spring.datasource.password=switchgroup3
  6. # Uncomment this the first time the app runs
  7. spring.datasource.initialization-mode=always
Add Comment
Please, Sign In to add comment