浏览代码

认证中心加eureka配置

LiTaohong 5 年之前
父节点
当前提交
2e1c09844e
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      server/svr-authentication/src/main/resources/bootstrap.yml

+ 0 - 2
server/svr-authentication/src/main/resources/bootstrap.yml

@ -6,7 +6,6 @@ spring:
      failFast: true
      username: jw
      password: jkzl
#发现服务
eureka:
  client:
@ -18,7 +17,6 @@ eureka:
    prefer-ip-address: false
    instance-id: ${spring.cloud.client.ipAddress}:${server.port}
---
spring:
  profiles: jwdev