change
This commit is contained in:
parent
80ee8c1d7c
commit
4e461ac23e
|
@ -75,24 +75,6 @@
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<resources>
|
|
||||||
<!-- <resource>-->
|
|
||||||
<!-- <directory>src/main/resources</directory>-->
|
|
||||||
<!-- <includes>-->
|
|
||||||
<!-- <include>**/*.properties</include>-->
|
|
||||||
<!-- <include>**/*.xml</include>-->
|
|
||||||
<!-- </includes>-->
|
|
||||||
<!-- <filtering>true</filtering>-->
|
|
||||||
<!-- </resource>-->
|
|
||||||
<resource>
|
|
||||||
<directory>src/main/java</directory>
|
|
||||||
<includes>
|
|
||||||
<include>**/*.properties</include>
|
|
||||||
<include>**/*.xml</include>
|
|
||||||
</includes>
|
|
||||||
</resource>
|
|
||||||
</resources>
|
|
||||||
|
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
|
|
@ -11,6 +11,7 @@ spring:
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue