From a78282625461802698fbe1d601f9a6abb6e2e41b Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 19 Oct 2021 14:46:29 +0800
Subject: [PATCH] fix
---
pom.xml | 13 ++++---------
1 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5ed844a..b165544 100644
--- a/pom.xml
+++ b/pom.xml
@@ -311,17 +311,12 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <configuration>
+ <mainClass>cc.mrbird.febs.FebsShiroApplication</mainClass>
+ <includeSystemScope>true</includeSystemScope>
+ </configuration>
</plugin>
</plugins>
- <resources>
- <resource>
- <directory>lib</directory>
- <targetPath>/BOOT-INF/lib/</targetPath>
- <includes>
- <include>**/*.jar</include>
- </includes>
- </resource>
- </resources>
</build>
</project>
--
Gitblit v1.9.1