huanghongfa
2020-12-21 6f0ff6db680da1f45636d7ffd7c6543f49b4c616
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
spring:
  application:
    name: appletsbackstage
  cloud:
    config:
      discovery:
        enabled: true
        service-id: config  # 注册中心的服务名
      profile: test  # 指定配置文件的环境
  profiles:
    active: test
 
eureka:
  client:
    service-url:
      defaultZone: http://localhost:8192/eureka/