Browse Source

认证中心加eureka配置

LiTaohong 5 năm trước cách đây
mục cha
commit
2e1c09844e

+ 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