| | |
| | | # 名称 |
| | | name: RuoYi |
| | | # 版本 |
| | | version: 3.2.0 |
| | | version: 3.2.1 |
| | | # 版权年份 |
| | | copyrightYear: 2020 |
| | | # 实例演示开关 |
| | |
| | | servlet: |
| | | # 应用的访问路径 |
| | | context-path: / |
| | | # undertow 配置 |
| | | undertow: |
| | | # HTTP post内容的最大大小。当值为-1时,默认值为大小是无限的 |
| | | max-http-post-size: -1 |
| | |
| | | worker-threads: 256 |
| | | # 是否分配的直接内存 |
| | | direct-buffers: true |
| | | # # tomcat 配置 |
| | | # tomcat: |
| | | # # tomcat的URI编码 |
| | | # uri-encoding: UTF-8 |
| | | # # tomcat最大线程数,默认为200 |
| | | # max-threads: 500 |
| | | # # Tomcat启动初始化的线程数,默认值25 |
| | | # min-spare-threads: 30 |
| | | |
| | | # 日志配置 |
| | | logging: |
| | | level: |
| | | com.ruoyi: debug |
| | | com.ruoyi: @logging.level@ |
| | | org.springframework: warn |
| | | |
| | | # Spring配置 |
| | |
| | | # 国际化资源文件路径 |
| | | basename: i18n/messages |
| | | profiles: |
| | | active: dev |
| | | active: @profiles.active@ |
| | | # 文件上传 |
| | | servlet: |
| | | multipart: |
| | |
| | | secret: abcdefghijklmnopqrstuvwxyz |
| | | # 令牌有效期(默认30分钟) |
| | | expireTime: 30 |
| | | |
| | | |
| | | # MyBatis配置 |
| | | # https://baomidou.com/config/ |
| | | mybatis-plus: |