Update run config,jsp,test

2.1.1
shengzhaoli.shengz 2021-11-20 22:22:45 +08:00
parent ad82883340
commit b33099cfd9
1 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<groupId>com.monkeyk</groupId> <groupId>com.monkeyk</groupId>
<artifactId>spring-oauth-server</artifactId> <artifactId>spring-oauth-server</artifactId>
<version>2.1.1</version> <version>2.1.1</version>
<packaging>jar</packaging> <packaging>war</packaging>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<description>Spring OAuth Server (Spring Boot)</description> <description>Spring OAuth Server (Spring Boot)</description>
@ -156,8 +156,8 @@
<artifactId>maven-war-plugin</artifactId> <artifactId>maven-war-plugin</artifactId>
<configuration> <configuration>
<failOnMissingWebXml>false</failOnMissingWebXml> <failOnMissingWebXml>false</failOnMissingWebXml>
<warSourceExcludes>*/classes/application.properties</warSourceExcludes> <!--<warSourceExcludes>*/classes/application.properties</warSourceExcludes>-->
<packagingExcludes>*/classes/application.properties</packagingExcludes> <!--<packagingExcludes>*/classes/application.properties</packagingExcludes>-->
<archive> <archive>
<addMavenDescriptor>false</addMavenDescriptor> <addMavenDescriptor>false</addMavenDescriptor>
<manifestEntries> <manifestEntries>
@ -191,7 +191,7 @@
<developers> <developers>
<developer> <developer>
<name>shengzhao</name> <name>shengzhao</name>
<email>shengzhao@shengzhaoli.com</email> <email>monkeyk1987@gmail.com</email>
</developer> </developer>
<!--more developer--> <!--more developer-->
</developers> </developers>