change
This commit is contained in:
parent
9083dc986d
commit
5b28a59a97
|
@ -47,7 +47,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.taosdata.jdbc</groupId>
|
<groupId>com.taosdata.jdbc</groupId>
|
||||||
<artifactId>taos-jdbcdriver</artifactId>
|
<artifactId>taos-jdbcdriver</artifactId>
|
||||||
<version>2.0.11</version>
|
<version>2.0.14</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
|
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
|
||||||
|
|
|
@ -1,17 +1,5 @@
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
# driver-class-name: org.h2.Driver
|
|
||||||
# schema: classpath:db/schema-mysql.sql
|
|
||||||
# data: classpath:db/data-mysql.sql
|
|
||||||
# url: jdbc:h2:mem:test
|
|
||||||
# username: root
|
|
||||||
# password: test
|
|
||||||
|
|
||||||
# driver-class-name: com.mysql.jdbc.Driver
|
|
||||||
# url: jdbc:mysql://master:3306/test?useSSL=false
|
|
||||||
# username: root
|
|
||||||
# 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
|
||||||
|
@ -20,6 +8,12 @@ spring:
|
||||||
locale: en_US.UTF-8
|
locale: en_US.UTF-8
|
||||||
timezone: UTC-8
|
timezone: UTC-8
|
||||||
|
|
||||||
|
druid:
|
||||||
|
initial-size: 5
|
||||||
|
min-idle: 5
|
||||||
|
max-active: 5
|
||||||
|
|
||||||
|
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
configuration:
|
configuration:
|
||||||
map-underscore-to-camel-case: false
|
map-underscore-to-camel-case: false
|
||||||
|
|
Loading…
Reference in New Issue