| | |
| | | spring.datasource.password=CloudRoam |
| | | #mybatis-plus配置 |
| | | mybatis-plus.mapper-locations=classpath:./mapper_xml/*.xml |
| | | |
| | | |
| | | # Redis |
| | | #spring.redis.host=192.168.1.235 |
| | | spring.redis.host=localhost |
| | | spring.redis.host=192.168.1.235 |
| | | spring.redis.port=6379 |
| | | #spring.redis.password=123456 |
| | | spring.redis.password=123456 |
| | | #租户对应的角色id |
| | | manage.roleId=10 |
| | | #租户允许创建的用户数 |
| | |
| | | volc.sms.secret-key= your-volc-secret-key # ???SecretKey |
| | | volc.sms.region= cn-north-1 # ?????????? |
| | | volc.sms.sign-name= ????? # ???? |
| | | volc.sms.template-id= SMS_1234567890 # ????ID |
| | | volc.sms.template-id= SMS_1234567890 # ????ID |
| | | |
| | | pagehelper.helper-dialect=mysql |
| | | pagehelper.reasonable=true |
| | | pagehelper.support-methods-arguments=true |
| | | pagehelper.params=count=countSql |