application-dev.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. server:
  2. port: 8011
  3. # ssl:
  4. # key-store: classpath:10767421_huatong.ifarmcloud.com.jks
  5. # key-store-type: jks
  6. # key-store-password: sjp124g3
  7. spring:
  8. application:
  9. name: huimv-admin
  10. datasource:
  11. url: jdbc:mysql://127.0.0.1:3306/huimv-huatong?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
  12. # url: jdbc:mysql://192.168.1.7:3306/huimv-huatong?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
  13. username: root
  14. password: 123456
  15. driver-class-name: com.mysql.cj.jdbc.Driver
  16. #配置rabbitMq 服务器
  17. # rabbitmq:
  18. # host: 10.0.0.4
  19. # port: 5672
  20. # username: huimv
  21. # password: hm123456
  22. # #虚拟host 可以不设置,使用server默认host
  23. # virtual-host: /
  24. #redis
  25. redis:
  26. host: 122.112.224.199
  27. port: 6379
  28. password: hm123456
  29. # Nacos 配置
  30. # cloud:
  31. # nacos:
  32. # discovery:
  33. # server-addr: 192.168.1.68:8848 #配置nacos地址
  34. mybatis-plus:
  35. configuration:
  36. # log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
  37. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  38. img:
  39. url: https://img.ifarmcloud.com/images/
  40. basePath: /home/huimv/img/
  41. ip: 139.9.167.178
  42. user: huimv
  43. password: "!hm123@1"
  44. port: 22