From 8a23e2d2a9c6fcffe1e267cfed73a2970312defb Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 09 九月 2020 16:49:25 +0800 Subject: [PATCH] # --- pom.xml | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 4a5c437..5ecd15b 100644 --- a/pom.xml +++ b/pom.xml @@ -191,6 +191,21 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <configuration> + <webResources> + <resource> + <directory>src/main/resources/lib</directory> + <targetPath>WEB-INF/lib/</targetPath> + <includes> + <include>**/*.jar</include> + </includes> + </resource> + </webResources> + </configuration> + </plugin> </plugins> </build> -- Gitblit v1.9.1