application-dev.yml 592 B

1234567891011121314151617181920
  1. server:
  2. port: 8098
  3. spring:
  4. application:
  5. name: huimv-farm-receiver
  6. #------DataSource-----
  7. datasource:
  8. url: jdbc:mysql://122.112.224.199:3306/huimv-farm-center?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. # driver-class-name: com.mysql.jdbc.Driver
  13. jpa:
  14. hibernate:
  15. ddl-auto: none
  16. database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
  17. redis:
  18. host: 122.112.224.199
  19. port: 6379
  20. password: hm123456