From d6e6b993166e6ca278b29df83c1bd0a01aaaaf9b Mon Sep 17 00:00:00 2001 From: 我以为 <870044273@qq.com> Date: Thu, 02 Jun 2022 11:00:16 +0800 Subject: [PATCH] 修正OpenFeign部分情况下传递header认证信息为空问题 #https://gitee.com/y_project/RuoYi-Cloud/issues/I5AGRR --- bin/run-modules-system.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/run-modules-system.bat b/bin/run-modules-system.bat index 78f8b59..0d232fe 100644 --- a/bin/run-modules-system.bat +++ b/bin/run-modules-system.bat @@ -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-system.jar +java -Dfile.encoding=utf-8 %JAVA_OPTS% -jar ruoyi-modules-system.jar cd bin pause \ No newline at end of file -- Gitblit v1.9.3