application-dev.yml 942 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. server:
  2. port: 8100
  3. spring:
  4. application:
  5. name: huimv-admin
  6. datasource:
  7. # url: jdbc:mysql://115.238.57.190:3306/huimv-hive?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
  8. url: jdbc:mysql://115.238.57.190:3306/huimv-hive?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
  9. username: root
  10. password: hm123456
  11. driver-class-name: com.mysql.cj.jdbc.Driver
  12. jpa:
  13. show-sql: true
  14. database: mysql
  15. hibernate:
  16. ddl-auto: update
  17. database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
  18. open-in-view: true
  19. #配置rabbitMq 服务器
  20. # rabbitmq:
  21. # host: 10.0.0.4
  22. # port: 5672
  23. # username: huimv
  24. # password: hm123456
  25. # #虚拟host 可以不设置,使用server默认host
  26. # virtual-host: /
  27. #redis
  28. redis:
  29. host: 122.112.224.199
  30. port: 6379
  31. password: hm123456