소스 검색

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

zhouxianguang 6 년 전
부모
커밋
3fd389f888
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      local/trade-service-local.properties

+ 2 - 2
local/trade-service-local.properties

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