疯狂的狮子li
2021-01-18 9fdee373af90a2b5fa548df64a3344d51fbfae8a
ruoyi-admin/src/main/resources/application.yml
@@ -3,9 +3,9 @@
  # 名称
  name: RuoYi
  # 版本
  version: 3.2.1
  version: 3.3.0
  # 版权年份
  copyrightYear: 2020
  copyrightYear: 2021
  # 实例演示开关
  demoEnabled: true
  # 文件路径,使用jvm系统变量,兼容windows和linux;
@@ -84,7 +84,7 @@
# https://baomidou.com/config/
mybatis-plus:
  # 对应的 XML 文件位置
  mapper-locations: classpath*:mapper/**/*Mapper.xml
  mapperLocations: classpath*:mapper/**/*Mapper.xml
  # 实体扫描,多个package用逗号或者分号分隔
  typeAliasesPackage: com.ruoyi.**.domain
  # 针对 typeAliasesPackage,如果配置了该属性,则仅仅会扫描路径下以该类作为父类的域对象