wangwei 7 年之前
父节点
当前提交
e164161f90

+ 1 - 0
examcloud-core-basic-starter/src/main/resources/application-prod.properties

@@ -6,6 +6,7 @@ spring.redis.host=r-wz97e520d2701e54.redis.rds.aliyuncs.com
 spring.redis.port=6379
 spring.redis.password=Qmth87863577
 
+eureka.client.serviceUrl.defaultZone=http://localhost:1111/eureka/
 
 spring.rabbitmq.host=localhost
 spring.rabbitmq.port=5672

+ 1 - 0
examcloud-core-basic-starter/src/main/resources/application-prodvpc.properties

@@ -6,6 +6,7 @@ spring.redis.host=r-wz97e520d2701e54555.redis.rds.aliyuncs.com
 spring.redis.port=6379
 spring.redis.password=Qmth87863577
 
+eureka.client.serviceUrl.defaultZone=http://localhost:1111/eureka/
 
 spring.rabbitmq.host=localhost
 spring.rabbitmq.port=5672