server move

This commit is contained in:
zhh
2019-01-04 11:27:29 +08:00
parent 1a236d8ed9
commit 73214817a8
9 changed files with 92 additions and 110 deletions

View File

@@ -4,8 +4,8 @@ server.port=8085
#===datasource start===
spring.datasource.url=jdbc:mysql://db:3306/mall?useUnicode=true&characterEncoding=utf-8
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.username=reader
spring.datasource.password=123456
#===datasource end===
#===druid start===