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 |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/ruoyi-gateway/src/main/resources/bootstrap.yml b/ruoyi-gateway/src/main/resources/bootstrap.yml
index 0aa81c2..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:

--
Gitblit v1.9.3