Browse Source

提交一下代码

hotfix/yujt_opt
yujt 6 years ago
parent
commit
7aefac799b
  1. 2
      epdc-cloud-gateway-yushan
  2. 12
      epdc-cloud-optimize-department/pom.xml

2
epdc-cloud-gateway-yushan

@ -1 +1 @@
Subproject commit 2c711c34b8ce648b6a2bab712e1d03a6c29d2cfe
Subproject commit a2fed4ff196b53fa08785a944a073b4e2de4a626

12
epdc-cloud-optimize-department/pom.xml

@ -57,10 +57,10 @@
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<!--<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
@ -89,18 +89,18 @@
<directory>${basedir}/src/main/resources</directory>
<includes>
<include>**/application*.yml</include>
<include>**/*.properties</include>
<!--<include>**/*.properties</include>
<include>logback-spring.xml</include>
<include>registry.conf</include>
<include>registry.conf</include>-->
</includes>
</resource>
<resource>
<directory>${basedir}/src/main/resources</directory>
<excludes>
<exclude>**/application*.yml</exclude>
<exclude>**/*.properties</exclude>
<!--<exclude>**/*.properties</exclude>
<exclude>logback-spring.xml</exclude>
<exclude>registry.conf</exclude>
<exclude>registry.conf</exclude>-->
</excludes>
</resource>
</resources>

Loading…
Cancel
Save