修复一些日志设置
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -169,8 +169,8 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>wvp-2.5.8</finalName>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
@@ -184,18 +184,6 @@
|
||||
<configuration>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
<!--
|
||||
<webResources>
|
||||
<resource>
|
||||
<directory>${project.basedir}/libs</directory>
|
||||
<targetPath>WEB-INF/lib</targetPath>
|
||||
<filtering>true</filtering>
|
||||
<includes>
|
||||
<include>**/*.jar</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</webResources>
|
||||
-->
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user