application-dev.yml 635 B

12345678910111213141516171819202122232425
  1. spring:
  2. datasource:
  3. url: jdbc:mysql://localhost:3306/alarm?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8
  4. username: root
  5. password: zy18794936163
  6. driver-class-name: com.mysql.cj.jdbc.Driver
  7. jpa:
  8. hibernate:
  9. ddl-auto: update
  10. show-sql: true
  11. properties:
  12. hibernate:
  13. dialect: org.hibernate.dialect.MySQL8Dialect
  14. format_sql: true
  15. elasticsearch:
  16. uris: http://localhost:9200
  17. username: elastic
  18. password: zy18794936163
  19. logging:
  20. level:
  21. com.seecoder.ai.alarm: DEBUG
  22. org.hibernate.SQL: DEBUG
  23. org.hibernate.type.descriptor.sql.BasicBinder: TRACE