application.properties 930 字节
Newer Older
Z
change  
zyyang 已提交
1
# datasource config - JDBC-JNI
Z
zyyang 已提交
2
#spring.datasource.driver-class-name=com.taosdata.jdbc.TSDBDriver
3
#spring.datasource.url=jdbc:TAOS://localhost:6030/?timezone=UTC-8&charset=UTF-8&locale=en_US.UTF-8
Z
change  
zyyang 已提交
4 5
#spring.datasource.username=root
#spring.datasource.password=taosdata
Z
zyyang 已提交
6 7
# datasource config - JDBC-RESTful
spring.datasource.driver-class-name=com.taosdata.jdbc.rs.RestfulDriver
8
spring.datasource.url=jdbc:TAOS-RS://localhsot:6041/test?timezone=UTC-8&charset=UTF-8&locale=en_US.UTF-8
Z
zyyang 已提交
9 10
spring.datasource.username=root
spring.datasource.password=taosdata
X
xieyinglin 已提交
11 12 13
spring.datasource.druid.initial-size=5
spring.datasource.druid.min-idle=5
spring.datasource.druid.max-active=5
Z
change  
zyyang 已提交
14
spring.datasource.druid.max-wait=30000
L
liuyq-617 已提交
15
spring.datasource.druid.validation-query=select server_status();
16 17
spring.aop.auto=true
spring.aop.proxy-target-class=true
X
xieyinglin 已提交
18 19
#mybatis
mybatis.mapper-locations=classpath:mapper/*.xml
L
liuyq-617 已提交
20
logging.level.com.taosdata.jdbc.springbootdemo.dao=debug