From 04edd66199af5abe74c2a9480f725f92d0f485cc Mon Sep 17 00:00:00 2001
From: 若依 <yzz_ivy@163.com>
Date: Wed, 28 Jul 2021 13:01:49 +0800
Subject: [PATCH] !90 【轻量级PR】SysUserController remove 解决把自己删除的bug Merge pull request !90 from dazer007/secerity-fix-remove-self-ok
---
ruoyi-modules/ruoyi-system/src/main/resources/bootstrap.yml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ruoyi-modules/ruoyi-system/src/main/resources/bootstrap.yml b/ruoyi-modules/ruoyi-system/src/main/resources/bootstrap.yml
index 554d797..40ab781 100644
--- a/ruoyi-modules/ruoyi-system/src/main/resources/bootstrap.yml
+++ b/ruoyi-modules/ruoyi-system/src/main/resources/bootstrap.yml
@@ -21,4 +21,5 @@
# 配置文件格式
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}
--
Gitblit v1.9.3