From 4ea6d76e35e440a6ceeea373b667f34102fd92b2 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期四, 26 六月 2025 11:38:13 +0800 Subject: [PATCH] art: 数据库设计表优化 --- pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 748bf31..f02efdd 100644 --- a/pom.xml +++ b/pom.xml @@ -534,6 +534,10 @@ <build> <plugins> + <plugin> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-maven-plugin</artifactId> + </plugin> <!-- 鎸囧畾JDK缂栬瘧鐗堟湰 --> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -581,6 +585,14 @@ <include>**/*.ftl</include> </includes> </resource> + <resource> + <!--澶栭儴jar瀛樻斁璺緞--> + <directory>${project.basedir}/src/main/resources/lib</directory> + <targetPath>BOOT-INF/lib/</targetPath> + <includes> + <include>**/*.jar</include> + </includes> + </resource> </resources> </build> -- Gitblit v1.9.3