Ver código fonte

修改test环境 配置信息

wangchaohau 1 semana atrás
pai
commit
78a64cc97f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main/resources/application-test.properties

+ 1 - 1
src/main/resources/application-test.properties

@@ -3,7 +3,7 @@ spring.datasource.url=jdbc:mysql://localhost:3316/marketing?useUnicode=true&char
 spring.datasource.username=root
 spring.datasource.password=xymysqlroot_2019
 eureka.client.service-url.defaultZone=http://eureka:eureka_xyplat@localhost:8080/eureka/
-eureka.client.enabled=false
+eureka.client.enabled=true
 eureka.client.registerWithEureka=true
 eureka.client.fetchRegistry=true
 eureka.client.healthcheck.enabled=true