From a6ac90e29e513b80b7ad881da8e319338021ef8b Mon Sep 17 00:00:00 2001
From: xin <1099200748@qq.com>
Date: Thu, 25 Sep 2025 22:41:40 +0800
Subject: [PATCH] 生产环境配置
---
.idea/compiler.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index b697d3f..8f29a85 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -17,11 +17,11 @@
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
- <module name="oying-common" options="" />
- <module name="oying-generator" options="" />
- <module name="oying-logging" options="" />
- <module name="oying-system" options="" />
- <module name="oying-tools" options="" />
+ <module name="oying-common" options="-parameters" />
+ <module name="oying-generator" options="-parameters" />
+ <module name="oying-logging" options="-parameters" />
+ <module name="oying-system" options="-parameters" />
+ <module name="oying-tools" options="-parameters" />
</option>
</component>
</project>
\ No newline at end of file
--
Gitblit v1.9.3