Browse Source

vector 模块 删除文件成功

wuweihao 5 năm trước cách đây
mục cha
commit
ff8892aea8
2 tập tin đã thay đổi với 0 bổ sung13 xóa
  1. 0 8
      pom.xml
  2. 0 5
      src/main/resources/application.properties

+ 0 - 8
pom.xml

@@ -86,14 +86,6 @@
         </dependency>
 
 
-        <!-- sqlite3驱动包 -->
-        <!--<dependency>-->
-            <!--<groupId>org.xerial</groupId>-->
-            <!--<artifactId>sqlite-jdbc</artifactId>-->
-            <!--<version>3.27.2.1</version>-->
-        <!--</dependency>-->
-
-
     </dependencies>
 
     <build>

+ 0 - 5
src/main/resources/application.properties

@@ -11,9 +11,4 @@ spring.jpa.hibernate.ddl-auto=update
 spring.jpa.hibernate.naming.implicit-strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
 spring.jpa.open-in-view=false
 
-## sqlite db
-#spring.datasource.driver-class-name=org.sqlite.JDBC
-#spring.datasource.url=jdbc:sqlite::resource:static/sqlite/manage.db
-#spring.datasource.username=
-#spring.datasource.password=