| | |
| | | org.dromara: @logging.level@ |
| | | org.springframework: warn |
| | | tech.powerjob.worker.background: warn |
| | | org.mybatis.spring.mapper: error |
| | | config: classpath:logback-plus.xml |
| | | |
| | | # 用户配置 |
| | |
| | | name: ${ruoyi.name} |
| | | threads: |
| | | # 开启虚拟线程 仅jdk21可用 |
| | | # 开启后还需更改 UndertowConfig 虚拟线程配置 |
| | | virtual: |
| | | enabled: false |
| | | # 资源信息 |
| | |
| | | # MyBatisPlus配置 |
| | | # https://baomidou.com/config/ |
| | | mybatis-plus: |
| | | # 不支持多包, 如有需要可在注解配置 或 提升扫包等级 |
| | | # 例如 com.**.**.mapper |
| | | # 多包名使用 例如 org.dromara.**.mapper,org.xxx.**.mapper |
| | | mapperPackage: org.dromara.**.mapper |
| | | # 对应的 XML 文件位置 |
| | | mapperLocations: classpath*:mapper/**/*Mapper.xml |