se-gateway/src/main/resources/bootstrap.yml
@@ -7,6 +7,8 @@ application: # 应用名称 name: se-gateway main: web-application-type: reactive profiles: # 环境配置 active: dev @@ -18,13 +20,15 @@ # 服务注册地址 server-addr: 127.0.0.1:8848 config: group: JHS_GROUP # 配置中心地址 server-addr: 127.0.0.1:8848 # 配置文件格式 file-extension: yml # 共享配置 shared-configs: - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - data-id: application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} group: JHS_GROUP sentinel: # 取消控制台懒加载 eager: true