application.yml 479 字节
Newer Older
1
spring:
Z
change  
zyyang 已提交
2
  datasource:
Z
change  
zyyang 已提交
3 4 5 6 7 8 9
    driver-class-name: com.taosdata.jdbc.TSDBDriver
    url: jdbc:TAOS://localhost:6030/mp_test
    user: root
    password: taosdata
    charset: UTF-8
    locale: en_US.UTF-8
    timezone: UTC-8
Z
change  
zyyang 已提交
10

Z
change  
zyyang 已提交
11 12 13 14 15 16
    druid:
      initial-size: 5
      min-idle: 5
      max-active: 5


Z
zyyang 已提交
17 18 19 20
mybatis-plus:
  configuration:
    map-underscore-to-camel-case: false

Z
change  
zyyang 已提交
21 22 23 24 25 26 27 28
logging:
  level:
    com:
      taosdata:
        example:
          mybatisplusdemo:
            mapper: debug