pom文件中添加:

<properties>
    <!-- plugins  -->
    <spring.checkstyle.plugin>0.0.39</spring.checkstyle.plugin>
</properties>
<plugins>
    <plugin>
        <groupId>io.spring.javaformat</groupId>
        <artifactId>spring-javaformat-maven-plugin</artifactId>
        <version>${spring.checkstyle.plugin}</version>
        <executions>
            <execution>
                <phase>validate</phase>
                <inherited>true</inherited>
            </execution>
        </executions>
    </plugin>
</plugins>
Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐