Browse Source

更新 'local/user-service-local.properties'

zhouxianguang 6 years ago
parent
commit
6ddab02273
1 changed files with 3 additions and 3 deletions
  1. 3 3
      local/user-service-local.properties

+ 3 - 3
local/user-service-local.properties

@@ -1,9 +1,9 @@
 eureka.client.service-url.defaultZone=http://127.0.0.1:8821/eureka/
 
-spring.datasource.url=jdbc:mysql://127.0.0.1:3306/rankin_dev
-spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
+spring.datasource.url=jdbc:mysql://192.168.1.206:3306/rankin_dev
+spring.datasource.driverClassName=com.mysql.jdbc.Driver
 spring.datasource.username=root
-spring.datasource.password=1!2@3#4$
+spring.datasource.password=123456
 
 spring.jpa.properties.hibernate.hbm2ddl.auto=update
 spring.jpa.properties.hibernate.show_sql=true