jiangping
2025-01-08 a35b8eec96aac2793de732c3fb7513cd6c5b2e4c
server/meeting/meeting_admin/src/main/resources/bootstrap.yml
@@ -1,32 +1,11 @@
spring:
  cloud:
    loadbalancer:
      enabled: true
      nacos:
        # 使用Nacos负载策略,开发环境可以利用就近访问机制定向访问,启动参数如下:
        # -Dspring.cloud.nacos.discovery.cluster-name=自定义
        enabled: true
      cache:
        # 暂时关闭缓存
        enabled: false
    nacos:
      server-addr: 175.27.187.84:8848 #配置Nacos地址
      username: nacos
      passward: nacos
      config:
        file-extension: yaml
        server-addr: 175.27.187.84:8848 #配置Nacos地址
        namespace: 52cba45d-024b-47ce-89f5-e0ef2c948b7b
        username: nacos
        passward: nacos
        context-path: /nacos
        group: DEFAULT_GROUP
        ext-confi[0]:
          data-id: com.doumee.meeting
          group: MEETING_GROUP
          refresh: true
      discovery:
        server-addr: 175.27.187.84:8848 #配置Nacos地址
        namespace: 52cba45d-024b-47ce-89f5-e0ef2c948b7b
        username: nacos
        passward: nacos
  profiles:
    active: pro
  application:
    name: meetingAdmin
      # 安全配置
  security:
    # 验签公钥地址
    oauth2:
      authorizationserver:
        token-uri: http://