application-dev.yml 562 B

123456789101112131415161718192021
  1. server:
  2. port: 8092
  3. spring:
  4. application:
  5. name: huimv-farm-environ
  6. datasource:
  7. #本地测试数据库
  8. url: jdbc:mysql://122.112.224.199/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. jpa:
  13. hibernate:
  14. ddl-auto: none
  15. database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
  16. show-sql: true
  17. redis:
  18. host: 122.112.224.199
  19. port: 6379
  20. password: hm123456