2.spring cloud gateway 源码编译

spring cloud gateway编译

1.编译

命令

bash 复制代码
mvn clean compile -U

2.报错

报错信息

核心信息

bash 复制代码
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check (checkstyle-validation) on project spring-cloud-gateway-mvc: Failed during checkstyle execution: There is 1 error reported by Checkstyle 8.43 with checkstyle.xml ruleset. -> [Help 1]

3.解决

跳过检查

bash 复制代码
mvn clean compile -U -Ddisable.checks=true

结果

最后有个小疑问:

这个看起来是代码不符合编码规范,可以直接发布吗?

相关推荐
budingxiaomoli1 天前
多机部署,负载均衡-LoadBalancer
运维·spring cloud·负载均衡
phltxy1 天前
告别繁琐URL!Spring Cloud OpenFeign 优雅实现微服务远程调用
spring·spring cloud·微服务
budingxiaomoli2 天前
SpringCloud概述
java·spring cloud·微服务
空中海3 天前
第五篇:网关篇 — Spring Cloud Gateway
spring cloud
北风toto3 天前
Spring Boot / Spring Cloud 配置文件加密详解:使用 jasypt-spring-boot 实现 ENC() 加密
spring boot·后端·spring cloud
phltxy3 天前
Spring Cloud 服务注册与发现:Eureka 从原理到实战
java·spring cloud·eureka
phltxy3 天前
微服务多机部署与负载均衡实战:从手写轮询到 Spring Cloud LoadBalancer 落地
spring cloud·微服务·负载均衡
空中海4 天前
Spring Cloud 专家级面试题库
spring·spring cloud·面试
phltxy4 天前
Spring Cloud入门到实战:微服务架构一站式学习
spring cloud·微服务·架构
身如柳絮随风扬4 天前
Spring Boot + Spring Cloud 集成 Elasticsearch:从零搭建企业级搜索服务
spring boot·elasticsearch·spring cloud