application-dev.yml 534 B

1234567891011121314151617181920
  1. server:
  2. port: 12532
  3. spring:
  4. application:
  5. name: location
  6. datasource:
  7. url: jdbc:mysql://115.238.57.190:3306/huimv-huyang-screen?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
  8. username: root
  9. password: hm123456
  10. driver-class-name: com.mysql.cj.jdbc.Driver
  11. jpa:
  12. hibernate:
  13. ddl-auto: update
  14. database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
  15. show-sql: true
  16. redis:
  17. host: 122.112.224.199
  18. port: 6379
  19. password: hm123456