更新 template/entrance/web/pom.xml

This commit is contained in:
2024-08-16 19:23:24 +08:00
parent 9fda09fd8d
commit 661b1f2a7a

View File

@@ -12,11 +12,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.vs</groupId> <groupId>com.toco</groupId>
<artifactId>ox-springboot-web-starter</artifactId>
</dependency>
<dependency>
<groupId>com.vs</groupId>
<artifactId>vs-sqlmapper-spring</artifactId> <artifactId>vs-sqlmapper-spring</artifactId>
</dependency> </dependency>
<dependency> <dependency>
@@ -38,17 +34,4 @@
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<layers>
<enabled>true</enabled>
</layers>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>