提交 4e461ac2 编写于 作者: Z zyyang

change

上级 80ee8c1d
...@@ -75,24 +75,6 @@ ...@@ -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: ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册