|
@@ -1,6 +1,6 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<groupId>com.leisp</groupId>
|
|
@@ -212,18 +212,6 @@
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|
|
@@ -238,17 +226,28 @@
|
|
|
</modules>
|
|
|
|
|
|
|
|
|
-
|
|
|
<!--<dependencies>-->
|
|
|
- <!--<!–因配置外部TOMCAT 而配置–>-->
|
|
|
- <!--<dependency>-->
|
|
|
- <!--<groupId>org.springframework.boot</groupId>-->
|
|
|
- <!--<artifactId>spring-boot-starter-tomcat</artifactId>-->
|
|
|
- <!--<scope>provided</scope>-->
|
|
|
- <!--</dependency>-->
|
|
|
+ <!--<!–因配置外部TOMCAT 而配置–>-->
|
|
|
+ <!--<dependency>-->
|
|
|
+ <!--<groupId>org.springframework.boot</groupId>-->
|
|
|
+ <!--<artifactId>spring-boot-starter-tomcat</artifactId>-->
|
|
|
+ <!--<scope>provided</scope>-->
|
|
|
+ <!--</dependency>-->
|
|
|
<!--</dependencies>-->
|
|
|
|
|
|
<build>
|
|
|
+
|
|
|
+ <resources>
|
|
|
+ <resource>
|
|
|
+ <directory>src/main/resources</directory>
|
|
|
+ <includes>
|
|
|
+ <!--包含文件夹以及子文件夹下所有资源-->
|
|
|
+ <include>**/*.*</include>
|
|
|
+ </includes>
|
|
|
+ </resource>
|
|
|
+ </resources>
|
|
|
+
|
|
|
+
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
@@ -263,8 +262,8 @@
|
|
|
|
|
|
<!--孙一石 注释 打包问题-->
|
|
|
<!--<plugin>-->
|
|
|
- <!--<groupId>org.springframework.boot</groupId>-->
|
|
|
- <!--<artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
|
+ <!--<groupId>org.springframework.boot</groupId>-->
|
|
|
+ <!--<artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
|
<!--</plugin>-->
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
@@ -275,9 +274,6 @@
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|