|
@ -112,4 +112,25 @@
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
|
<finalName>svr-authentication</finalName>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
<configuration>
|
|
|
<mainClass>com.yihu.AuthServer</mainClass>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
<configuration>
|
|
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
|
|
<filteringDeploymentDescriptors>true</filteringDeploymentDescriptors>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
|
|
|
|
|
</project>
|