application.properties 868 字节
Newer Older
Z
change  
zyyang 已提交
1 2 3 4 5 6 7 8 9 10 11 12
#spring.datasource.url=jdbc:mysql://master:3306/?useSSL=false&useUnicode=true&characterEncoding=UTF-8
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
#spring.datasource.username=root
#spring.datasource.password=123456
spring.datasource.url=jdbc:TAOS://:/?charset=UTF-8&locale=en_US.UTF-8&timezone=UTC-8
spring.datasource.driver-class-name=com.taosdata.jdbc.TSDBDriver
spring.datasource.username=root
spring.datasource.password=taosdata
#spring.datasource.url=jdbc:TAOS-RS://:/?charset=UTF-8&locale=en_US.UTF-8&timezone=UTC-8
#spring.datasource.driver-class-name=com.taosdata.jdbc.rs.RestfulDriver
#spring.datasource.username=root
#spring.datasource.password=taosdata
Z
change  
zyyang 已提交
13 14
spring.datasource.hikari.maximum-pool-size=1
spring.datasource.hikari.minimum-idle=1
Z
change  
zyyang 已提交
15
spring.datasource.hikari.max-lifetime=0
Z
change  
zyyang 已提交
16 17
logging.level.com.taosdata.taosdemo.mapper=error
server.port=8888