Commit 91c2fb98 by xmh

1

1 parent 298f6764
.idea
target
\ No newline at end of file
......@@ -47,4 +47,23 @@
</dependency>
</dependencies>
<build>
<finalName>fanxing-integration-jiaoguansuo</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<excludes>
<exclude>*.yml</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!