change
This commit is contained in:
parent
f111f76b74
commit
80ee8c1d7c
|
@ -7,18 +7,17 @@ spring:
|
||||||
# username: root
|
# username: root
|
||||||
# password: test
|
# password: test
|
||||||
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver
|
# driver-class-name: com.mysql.jdbc.Driver
|
||||||
url: jdbc:mysql://master:3306/test?useSSL=false
|
# url: jdbc:mysql://master:3306/test?useSSL=false
|
||||||
username: root
|
# username: root
|
||||||
password: 123456
|
# password: 123456
|
||||||
|
driver-class-name: com.taosdata.jdbc.TSDBDriver
|
||||||
# driver-class-name: com.taosdata.jdbc.TSDBDriver
|
url: jdbc:TAOS://localhost:6030/mp_test
|
||||||
# url: jdbc:TAOS://localhost:6030/mp_test
|
user: root
|
||||||
# user: root
|
password: taosdata
|
||||||
# password: taosdata
|
charset: UTF-8
|
||||||
# charset: UTF-8
|
locale: en_US.UTF-8
|
||||||
# locale: en_US.UTF-8
|
timezone: UTC-8
|
||||||
# timezone: UTC-8
|
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
level:
|
level:
|
||||||
|
|
Loading…
Reference in New Issue