### 开发环境配置文件 2021-01-11 ## 数据源 配置 # 数据库连接URL spring.datasource.url=jdbc:mysql://localhost:3306/pian?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8 # 数据库登录名 spring.datasource.username=root # 数据库登录密码 spring.datasource.auth=root ## mybatis-plus 配置 # 将 SQL 语句输出到控制台(生产环境关闭) mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl ## logging 日志配置 # 设置日志输出级别 logging.level.root=info # springfox.documentation.swagger.v2.host=www.rfcare.cn/api #################################### 以下是redis的集群标准配置 ################################## spring.redis.host=localhost spring.redis.port=6379 spring.redis.database=0 spring.redis.timeout=500 #################################### 以下是redis的集群标准配置 结束 ############################## file.savePath=/data/care/care-file file.url=https://www.rfcare.cn/care-file/