You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
591 B
17 lines
591 B
# datasource config - JDBC-RESTful |
|
spring.datasource.driver-class-name=com.taosdata.jdbc.TSDBDriver |
|
spring.datasource.url=jdbc:TAOS-RS://47.97.5.58:6030/test?user=root&password=taosdata |
|
spring.datasource.username=root |
|
spring.datasource.password=taosdata |
|
|
|
spring.datasource.druid.initial-size=5 |
|
spring.datasource.druid.min-idle=5 |
|
spring.datasource.druid.max-active=5 |
|
spring.datasource.druid.max-wait=30000 |
|
spring.datasource.druid.validation-query=select server_status(); |
|
|
|
#mybatis |
|
#mybatis.mapper-locations=classpath:mapper/*.xml |
|
|
|
logging.level.com.taosdata.example.springbootdemo.dao=debug |
|
|
|
|