Sfoglia il codice sorgente

update 更新配置注释(规范使用方法)

疯狂的狮子li 4 anni fa
parent
commit
99de90a015
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      ruoyi-admin/src/main/resources/application.yml

+ 2 - 0
ruoyi-admin/src/main/resources/application.yml

@@ -110,6 +110,7 @@ token:
 # MyBatisPlus配置
 # https://baomidou.com/config/
 mybatis-plus:
+  # 不支持多包, 如有需要请在注解配置
   mapperPackage: com.ruoyi.**.mapper
   # 对应的 XML 文件位置
   mapperLocations: classpath*:mapper/**/*Mapper.xml
@@ -244,6 +245,7 @@ thread-pool:
 
 # feign 相关配置
 feign:
+  # 不支持多包, 如有需要请在注解配置
   package: com.ruoyi.**.feign
   # 开启压缩
   compression: