Browse Source

调整地址

yuhaitao14 7 years ago
parent
commit
414bf66934
1 changed files with 3 additions and 3 deletions
  1. 3 3
      shop/src/main/resource/application-dev.properties

+ 3 - 3
shop/src/main/resource/application-dev.properties

@@ -1,8 +1,8 @@
 server.port=10001
 
-spring.datasource.url=jdbc:mysql://localhost:3306/shop?allowMultiQueries=true&useSSL=false&characterEncoding=utf8
-spring.datasource.username=root
-spring.datasource.password=123456
+spring.datasource.url=jdbc:mysql://47.104.4.5:3306/tjshop?allowMultiQueries=true&useSSL=false&characterEncoding=utf8
+spring.datasource.username=pacs
+spring.datasource.password=ZSKK@2017~!@#
 spring.datasource.driverClassName=com.mysql.jdbc.Driver
 spring.datasource.type=com.alibaba.druid.pool.DruidDataSource