Преглед изворни кода

!174 feat #I6OBZY 增加代码格式化插件,统一代码风格
Merge pull request !174 from 与或非/issues/I6OBZY

铂赛东 пре 2 година
родитељ
комит
1f13db48fc
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -385,6 +385,13 @@
 					</execution>
 					</execution>
 				</executions>
 				</executions>
 			</plugin>
 			</plugin>
+
+			<!-- 代码格式化 -->
+			<plugin>
+				<groupId>io.spring.javaformat</groupId>
+				<artifactId>spring-javaformat-maven-plugin</artifactId>
+				<version>0.0.38</version>
+			</plugin>
 		</plugins>
 		</plugins>
 	</build>
 	</build>