application-dev.properties 995 B

123456789101112131415161718192021222324252627
  1. ### 开发环境配置文件 2021-01-11
  2. ## 数据源 配置
  3. # 数据库连接URL
  4. spring.datasource.url=jdbc:mysql://124.70.58.209:1122/pinan?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
  5. # 数据库登录名
  6. spring.datasource.username=admin
  7. # 数据库登录密码
  8. spring.datasource.auth=admin$@123
  9. ## mybatis-plus 配置
  10. # 将 SQL 语句输出到控制台(生产环境关闭)
  11. mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
  12. ## logging 日志配置
  13. # 设置日志输出级别
  14. logging.level.root=info
  15. #################################### 以下是redis的集群标准配置 ##################################
  16. spring.redis.host=124.70.58.209
  17. spring.redis.port=7001
  18. spring.redis.database=0
  19. spring.redis.timeout=500
  20. spring.redis.password=106@!en4
  21. #################################### 以下是redis的集群标准配置 结束 ##############################
  22. file.savePath=/root/care/file
  23. file.url=https://rfcare.106tec.com/care-file/