manailin
2022-04-08 a06f2cd9d8aab8177cce0be0f9bb90c2d0e08a6a
[修改]修改配置
3个文件已修改
16 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/auth/src/main/resources/bootstrap.yml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/config_server/src/main/resources/application.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/bootstrap.yml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/auth/src/main/resources/bootstrap.yml
@@ -1,11 +1,11 @@
spring:
  application:
    name: huacheng-auth
    name: huacheng_auth
  cloud:
    config:
      discovery:
        enabled: true
        service-id: huacheng-config  # 注册中心的服务名
        service-id: huacheng_config  # 注册中心的服务名
      profile: ${ENV:dev}  # 指定配置文件的环境
      uri: http://${CONFIG_URL:localhost}:6193/
  profiles:
@@ -29,4 +29,4 @@
  metrics:
    tags:
      application: huacheng-auth
      application: huacheng_auth
springcloud_k8s_panzhihuazhihuishequ/config_server/src/main/resources/application.yml
@@ -14,7 +14,7 @@
spring:
  application:
    name: huacheng-config
    name: huacheng_config
  cloud:
    config:
@@ -50,4 +50,4 @@
  metrics:
    tags:
      application: huacheng-config
      application: huacheng_config
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/bootstrap.yml
@@ -1,11 +1,11 @@
spring:
  application:
    name: huacheng-user
    name: huacheng_user
  cloud:
    config:
      discovery:
        enabled: true
        service-id: huacheng-config  # 注册中心的服务名
        service-id: huacheng_config  # 注册中心的服务名
      profile: ${ENV:dev}  # 指定配置文件的环境
      uri: http://${CONFIG_URL:localhost}:6193/
  profiles:
@@ -28,4 +28,4 @@
  metrics:
    tags:
      application: huacheng-user
      application: huacheng_user