application-dev.yml 737 B

123456789101112131415161718192021222324252627282930313233
  1. server:
  2. port: 8011
  3. spring:
  4. application:
  5. name: huimv-huyang-admin
  6. datasource:
  7. url: jdbc:mysql://122.112.219.87:3306/huimv_deqing_huyang?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
  8. username: root
  9. password: ?root@huimv_farm!
  10. driver-class-name: com.mysql.cj.jdbc.Driver
  11. #redis
  12. redis:
  13. host: 122.112.224.199
  14. port: 6379
  15. password: hm123456
  16. mybatis-plus:
  17. configuration:
  18. # log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
  19. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  20. img:
  21. url: https://img.ifarmcloud.com/images/
  22. basePath: /home/huimv/img/
  23. ip: 139.9.167.178
  24. user: huimv
  25. password: "!hm123@1"
  26. port: 22