Browse Source

2024-05-06牙科医院后端版本1.0

11932 6 months ago
parent
commit
6e52feaf14

+ 1 - 1
eitc-common/src/main/java/com/eitc/common/config/RuoYiConfig.java

@@ -9,7 +9,7 @@ import org.springframework.stereotype.Component;
9 9
  * @author ruoyi
10 10
  */
11 11
 @Component
12
-@ConfigurationProperties(prefix = "ruoyi")
12
+@ConfigurationProperties(prefix = "eitc")
13 13
 public class RuoYiConfig
14 14
 {
15 15
     /** 项目名称 */

+ 2 - 2
eitc-common/src/main/java/com/eitc/common/constant/Constants.java

@@ -158,12 +158,12 @@ public class Constants
158 158
     /**
159 159
      * 自动识别json对象白名单配置(仅允许解析的包名,范围越小越安全)
160 160
      */
161
-    public static final String[] JSON_WHITELIST_STR = { "org.springframework", "com.ruoyi" };
161
+    public static final String[] JSON_WHITELIST_STR = { "org.springframework", "com.eitc" };
162 162
 
163 163
     /**
164 164
      * 定时任务白名单配置(仅允许访问的包名,如其他需要可以自行添加)
165 165
      */
166
-    public static final String[] JOB_WHITELIST_STR = { "com.ruoyi.quartz.task" };
166
+    public static final String[] JOB_WHITELIST_STR = { "com.eitc.quartz.task" };
167 167
 
168 168
     /**
169 169
      * 定时任务违规的字符