diff --git a/tests/examples/JDBC/mybatisplus-demo/pom.xml b/tests/examples/JDBC/mybatisplus-demo/pom.xml index 773672215c13c8bc3e8580a83a3102695729231c..8535f3b797dcf13bd47d968f735ba5e7873fad51 100644 --- a/tests/examples/JDBC/mybatisplus-demo/pom.xml +++ b/tests/examples/JDBC/mybatisplus-demo/pom.xml @@ -75,24 +75,6 @@ - - - - - - - - - - - src/main/java - - **/*.properties - **/*.xml - - - - org.springframework.boot diff --git a/tests/examples/JDBC/mybatisplus-demo/src/main/resources/application.yml b/tests/examples/JDBC/mybatisplus-demo/src/main/resources/application.yml index 5f961049f92ffd7b4686f11b94cc7f3c497b1857..f18df0cdd60637353a3cded5f0a49e7ba58bda97 100644 --- a/tests/examples/JDBC/mybatisplus-demo/src/main/resources/application.yml +++ b/tests/examples/JDBC/mybatisplus-demo/src/main/resources/application.yml @@ -11,6 +11,7 @@ spring: # url: jdbc:mysql://master:3306/test?useSSL=false # username: root # password: 123456 + driver-class-name: com.taosdata.jdbc.TSDBDriver url: jdbc:TAOS://localhost:6030/mp_test user: root