From 537105b2a94746a8ed86a1680cb54ede17f87b55 Mon Sep 17 00:00:00 2001
From: 若依 <yzz_ivy@163.com>
Date: Tue, 09 Aug 2022 07:39:15 +0800
Subject: [PATCH] !228 修复账户解锁接口请求路径错误的问题 Merge pull request !228 from Rain/N/A
---
ruoyi-gateway/src/main/resources/bootstrap.yml | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/ruoyi-gateway/src/main/resources/bootstrap.yml b/ruoyi-gateway/src/main/resources/bootstrap.yml
index 5f9f269..5a955b4 100644
--- a/ruoyi-gateway/src/main/resources/bootstrap.yml
+++ b/ruoyi-gateway/src/main/resources/bootstrap.yml
@@ -10,8 +10,6 @@
profiles:
# 环境配置
active: dev
- main:
- allow-bean-definition-overriding: true
cloud:
nacos:
discovery:
@@ -23,7 +21,8 @@
# 配置文件格式
file-extension: yml
# 共享配置
- shared-dataids: application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
+ shared-configs:
+ - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
sentinel:
# 取消控制台懒加载
eager: true
--
Gitblit v1.9.3