|
@@ -6,8 +6,8 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<modules>
|
|
|
<module>gateway</module>
|
|
|
-<!-- <module>service/his-service</module>-->
|
|
|
- <module>service/his-proxy</module>
|
|
|
+ <module>service/his-service</module>
|
|
|
+<!-- <module>service/his-proxy</module>-->
|
|
|
</modules>
|
|
|
|
|
|
<parent>
|
|
@@ -173,14 +173,14 @@
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
</plugin>
|
|
|
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <configLocation>/checkstyle/checkstyle.xml</configLocation>
|
|
|
- <suppressionsLocation>/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
+<!-- <plugin>-->
|
|
|
+<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
+<!-- <artifactId>maven-checkstyle-plugin</artifactId>-->
|
|
|
+<!-- <configuration>-->
|
|
|
+<!-- <configLocation>/checkstyle/checkstyle.xml</configLocation>-->
|
|
|
+<!-- <suppressionsLocation>/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>-->
|
|
|
+<!-- </configuration>-->
|
|
|
+<!-- </plugin>-->
|
|
|
|
|
|
</plugins>
|
|
|
|