db.setting 487 B

123456789101112131415
  1. ## db.setting文件
  2. url = jdbc:mysql://localhost:3306/ipfcst-v3-mts?useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&autoReconnect=true&rewriteBatchedStatements=true&serverTimezone=Asia/Shanghai
  3. user = root
  4. pass = song
  5. ## 可选配置
  6. # 是否在日志中显示执行的SQL
  7. showSql = true
  8. # 是否格式化显示的SQL
  9. formatSql = false
  10. # 是否显示SQL参数
  11. showParams = true
  12. # 打印SQL的日志等级,默认debug,可以是info、warn、error
  13. sqlLevel = debug