艾金辉
2023-07-21 214ebdf7db3f56fce7826abe0f286326246125f6
ruoyi-admin/src/main/resources/application.yml
@@ -36,7 +36,8 @@
# 日志配置
logging:
  level:
    com.ruoyi: info
    com.ruoyi.utils.tube: debug
    com.ruoyi.inspect: info
    org.springframework: warn
# 用户配置
@@ -66,7 +67,7 @@
  devtools:
    restart:
      # 热部署开关
      enabled: true
      enabled: false
  # redis 配置
  redis:
    # 地址
@@ -76,7 +77,7 @@
    # 数据库索引
    database: 0
    # 密码
    password: 5959932
    password:
    # 连接超时时间
    timeout: 10s
    lettuce:
@@ -108,6 +109,8 @@
    mapperLocations: classpath*:mapper/**/*Mapper.xml
    # 加载全局的配置文件
    configLocation: classpath:mybatis/mybatis-config.xml
mybatis-plus:
  mapper-locations: classpath:mapper/*.xml #扫描mapper下的所有xml文件
# PageHelper分页插件
pagehelper: