From 1297d094cb5ee7305d151cd8b4a8a5659275ae97 Mon Sep 17 00:00:00 2001 From: 淡然逝去 <gitoshub@126.com> Date: Thu, 16 Jun 2022 12:56:12 +0800 Subject: [PATCH] 使用 @Lazy,@AutoConfigureBefore注解解决循环引用及Bean重复问题,删除allow-bean-definition-overriding: true, allow-circular-references: true配置信息 --- bin/run-modules-file.bat | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/run-modules-file.bat b/bin/run-modules-file.bat index 8ff427a..61f8906 100644 --- a/bin/run-modules-file.bat +++ b/bin/run-modules-file.bat @@ -1,6 +1,6 @@ @echo off echo. -echo [��Ϣ] ����modules-file���̡� +echo [��Ϣ] ʹ��Jar��������Modules-File���̡� echo. cd %~dp0 @@ -8,7 +8,7 @@ set JAVA_OPTS=-Xms512m -Xmx1024m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m -java -Dfile.encoding=utf-8 -jar %JAVA_OPTS% ruoyi-modules-file.jar +java -Dfile.encoding=utf-8 %JAVA_OPTS% -jar ruoyi-modules-file.jar cd bin pause \ No newline at end of file -- Gitblit v1.9.3