Commit 20f848bcecc884892dbd3a604879f597cf2681f5
1 parent
f875c1da
修改打包方式
Showing
2 changed files
with
1 additions
and
13 deletions
README.md
pom.xml
| ... | ... | @@ -163,7 +163,6 @@ |
| 163 | 163 | |
| 164 | 164 | <build> |
| 165 | 165 | <plugins> |
| 166 | - | |
| 167 | 166 | <plugin> |
| 168 | 167 | <groupId>org.springframework.boot</groupId> |
| 169 | 168 | <artifactId>spring-boot-maven-plugin</artifactId> |
| ... | ... | @@ -177,16 +176,6 @@ |
| 177 | 176 | <configuration> |
| 178 | 177 | <source>1.8</source> |
| 179 | 178 | <target>1.8</target> |
| 180 | - <webResources> | |
| 181 | - <resource> | |
| 182 | - <directory>${project.basedir}/libs</directory> | |
| 183 | - <targetPath>WEB-INF/lib</targetPath> | |
| 184 | - <filtering>true</filtering> | |
| 185 | - <includes> | |
| 186 | - <include>**/*.jar</include> | |
| 187 | - </includes> | |
| 188 | - </resource> | |
| 189 | - </webResources> | |
| 190 | 179 | </configuration> |
| 191 | 180 | </plugin> |
| 192 | 181 | |
| ... | ... | @@ -194,7 +183,6 @@ |
| 194 | 183 | <groupId>org.apache.maven.plugins</groupId> |
| 195 | 184 | <artifactId>maven-surefire-plugin</artifactId> |
| 196 | 185 | </plugin> |
| 197 | - | |
| 198 | 186 | </plugins> |
| 199 | 187 | </build> |
| 200 | 188 | </project> | ... | ... |