!174 feat #I6OBZY 增加代码格式化插件,统一代码风格
Merge pull request !174 from 与或非/issues/I6OBZY
This commit is contained in:
commit
1f13db48fc
7
pom.xml
7
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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue