CeDo
2021-05-27 3d475cada9eb4f63dcef141e9181870e2aaa3bf4
Merge remote-tracking branch 'origin/test_future_wangge' into test_future_wangge
2个文件已修改
6 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/config_server/src/main/resources/application.yml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/bootstrap.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/config_server/src/main/resources/application.yml
@@ -10,7 +10,7 @@
    preferIpAddress: true
  client:
    serviceUrl:
      defaultZone: http://${EUREKA_URL:localhost}:8192/eureka
      defaultZone: http://${EUREKA_URL:hostname}:8192/eureka
spring:
  application:
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/bootstrap.yml
@@ -7,7 +7,7 @@
        enabled: true
        service-id: config  # 注册中心的服务名
      profile: ${ENV:dev}  # 指定配置文件的环境
      uri: http://${CONFIG_URL:localhost}:8193/
      uri: http://${CONFIG_URL:hostname}:8193/
  profiles:
    active: ${ENV:dev}
  servlet:
@@ -19,7 +19,7 @@
eureka:
  client:
    service-url:
      defaultZone: http://${EUREKA_URL:localhost}:8192/eureka
      defaultZone: http://${EUREKA_URL:hostname}:8192/eureka
#实体加密、解密、字段脱敏拦截设置
domain: