| | |
| | | # 版本 |
| | | version: ${ruoyi-vue-plus.version} |
| | | # 版权年份 |
| | | copyrightYear: 2021 |
| | | copyrightYear: 2022 |
| | | # 实例演示开关 |
| | | demoEnabled: true |
| | | # 获取ip地址开关 |
| | | addressEnabled: true |
| | | # 缓存懒加载 |
| | | cacheLazy: true |
| | | cacheLazy: false |
| | | |
| | | captcha: |
| | | # 页面 <参数设置> 可开启关闭 验证码校验 |
| | |
| | | org.springframework: warn |
| | | config: classpath:logback.xml |
| | | |
| | | # tlog 全局访问性能拦截 |
| | | tlog: |
| | | enable-invoke-time-print: true |
| | | |
| | | # Spring配置 |
| | | spring: |
| | | application: |
| | |
| | | thymeleaf: |
| | | # 将系统模板放置到最前面 否则会与 springboot-admin 页面冲突 |
| | | template-resolver-order: 1 |
| | | mvc: |
| | | pathmatch: |
| | | # 适配 boot 2.6 路由与 springfox 兼容 |
| | | matching-strategy: ANT_PATH_MATCHER |
| | | jackson: |
| | | # 日期格式化 |
| | | date-format: yyyy-MM-dd HH:mm:ss |
| | |
| | | updateStrategy: NOT_NULL |
| | | # 字段验证策略之 select,在 select 的时候的字段验证策略既 wrapper 根据内部 entity 生成的 where 条件 |
| | | where-strategy: NOT_NULL |
| | | # 对 mysql 的字段做格式化 防止出现系统关键字 |
| | | column-format: "`%s`" |
| | | |
| | | # Swagger配置 |
| | | swagger: |
| | |
| | | enable: true |
| | | # 是否开启生产环境保护策略 |
| | | production: @knife4j.production@ |
| | | basic: |
| | | enable: true |
| | | username: ruoyi |
| | | password: 123456 |
| | | # 前端Ui的个性化配置属性 |
| | | setting: |
| | | # 默认语言 |