소스 검색

dev config

guozhaoshun 6 년 전
부모
커밋
dce33825bc
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      dev/product-service-dev.properties
  2. 1 1
      dev/resource-service-dev.properties
  3. 1 1
      dev/trade-service-dev.properties
  4. 1 1
      dev/user-service-dev.properties

+ 1 - 1
dev/product-service-dev.properties

@@ -3,7 +3,7 @@ eureka.client.service-url.defaultZone=http://123.56.27.76:8821/eureka/
 spring.datasource.url=jdbc:mysql://123.56.27.76:3316/aid_dev
 spring.datasource.driverClassName=com.mysql.jdbc.Driver
 spring.datasource.username=root
-spring.datasource.password=123456
+spring.datasource.password=efun2018
 
 spring.jpa.properties.hibernate.hbm2ddl.auto=update
 spring.jpa.properties.hibernate.show_sql=true

+ 1 - 1
dev/resource-service-dev.properties

@@ -4,7 +4,7 @@ eureka.client.service-url.defaultZone=http://123.56.27.76:8821/eureka/
 spring.datasource.url=jdbc:mysql://123.56.27.76:3316/rankin_dev
 spring.datasource.driverClassName=com.mysql.jdbc.Driver
 spring.datasource.username=root
-spring.datasource.password=123456
+spring.datasource.password=efun2018
 
 spring.jpa.properties.hibernate.hbm2ddl.auto=update
 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect

+ 1 - 1
dev/trade-service-dev.properties

@@ -3,7 +3,7 @@ eureka.client.service-url.defaultZone=http://123.56.27.76:8821/eureka/
 spring.datasource.url=jdbc:mysql://123.56.27.76:3316/aid_dev
 spring.datasource.driverClassName=com.mysql.jdbc.Driver
 spring.datasource.username=root
-spring.datasource.password=123456
+spring.datasource.password=efun2018
 
 spring.jpa.properties.hibernate.hbm2ddl.auto=update
 spring.jpa.properties.hibernate.show_sql=true

+ 1 - 1
dev/user-service-dev.properties

@@ -3,7 +3,7 @@ eureka.client.service-url.defaultZone=http://123.56.27.76:8821/eureka/
 spring.datasource.url=jdbc:mysql://123.56.27.76:3316/aid_dev
 spring.datasource.driverClassName=com.mysql.jdbc.Driver
 spring.datasource.username=root
-spring.datasource.password=123456
+spring.datasource.password=efun2018
 
 spring.jpa.properties.hibernate.hbm2ddl.auto=update
 spring.jpa.properties.hibernate.show_sql=true