| | |
| | | # 项目相关配置 |
| | | ruoyi: |
| | | # 名称 |
| | | name: RuoYi |
| | | name: lihu |
| | | # 版本 |
| | | version: 3.8.5 |
| | | # 版权年份 |
| | |
| | | # 开发环境配置 |
| | | server: |
| | | # 服务器的HTTP端口,默认为8080 |
| | | port: 8181 |
| | | port: 8089 |
| | | servlet: |
| | | # 应用的访问路径 |
| | | context-path: / |
| | |
| | | |
| | | # 日志配置 |
| | | logging: |
| | | # 日志路径 示例( Windows配置D:/ruoyi/logs,Linux配置 /home/ruoyi/logs,不填同级目录logs) |
| | | path: D:/ruoyi/ls/logs |
| | | level: |
| | | com.ruoyi: debug |
| | | org.springframework: warn |
| | |
| | | enabled: true |
| | | # redis 配置 |
| | | redis: |
| | | # 地址 |
| | | host: 127.0.0.1 |
| | | # 端口,默认为6379 |
| | | # port: 6379 |
| | | # # 地址 |
| | | # host: 116.62.18.175 |
| | | # # 端口,默认为6379 |
| | | # # 地址(义乌二院) |
| | | # host: 127.0.0.1 |
| | | # port: 6020 |
| | | |
| | | |
| | | # 地址(公司) |
| | | host: 116.62.18.175 |
| | | port: 6020 |
| | | # 数据库索引 |
| | | database: 0 |
| | |
| | | mapperLocations: classpath*:mapper/**/*Mapper.xml |
| | | # 加载全局的配置文件 |
| | | configLocation: classpath:mybatis/mybatis-config.xml |
| | | configuration: |
| | | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | |
| | | # PageHelper分页插件 |
| | | pagehelper: |