| | |
| | | # 实例演示开关 |
| | | demoEnabled: true |
| | | # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) |
| | | profile: D:/ruoyi/uploadPath |
| | | profile: /home/ruoyi/uploadPath |
| | | # 获取ip地址开关 |
| | | addressEnabled: false |
| | | # 验证码类型 math 数组计算 char 字符验证 |
| | |
| | | |
| | | # Spring配置 |
| | | spring: |
| | | datasource: |
| | | # 资源信息 |
| | | messages: |
| | | # 国际化资源文件路径 |
| | | basename: i18n/messages |
| | | profiles: |
| | | active: sltd |
| | | active: ls |
| | | |
| | | # 文件上传 |
| | | servlet: |
| | | multipart: |
| | |
| | | mapperLocations: classpath*:mapper/**/*Mapper.xml |
| | | # 加载全局的配置文件 |
| | | configLocation: classpath:mybatis/mybatis-config.xml |
| | | # 注册自定义TypeHandler包 |
| | | typeHandlersPackage: com.smartor.typehandler |
| | | #configuration: |
| | | # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | |
| | |
| | | |
| | | #用户默认密码 |
| | | userPwd: 123456 |
| | | |
| | | #这些空值都是来未来的变量,先占位 |
| | | lwl_app_key: |
| | | sms_accountName: |
| | | sms_password: |
| | | sms_url: |
| | | sms_sourceAddr: |
| | | sms_serviceCode: |
| | | sms_appkey: |
| | | sms_flag: |