Install
openclaw skills install springboot27-to-35-upgrade将 Spring Boot 2.7 项目升级到 Spring Boot 3.5 的实战流程,覆盖版本基线、依赖坐标替换、Jakarta 迁移、配置兼容、异步上下文传递改造与验证门禁。用于企业多模块 Maven 项目升级与排障。
openclaw skills install springboot27-to-35-upgrade按固定阶段执行,优先保证可编译、可启动、可回归。
references/upgrade-checklist.md,确定环境与迁移顺序。references/dependency-replacement-matrix.md,按坐标替换依赖。references/pitfall-cookbook.md 的代码级坑点改造。bw-spring-boot-starter-parent-security,执行 references/enterprise-parent-security.md。*-startup)。spring-cloud-starter-sleuth 迁移至 Micrometer Tracing。mybatis-plus-spring-boot3-starter、druid-spring-boot-3-starter 等 Boot3 坐标替换到位。javax.* 到 jakarta.* 的精确迁移。@EnableEurekaClient 为 @EnableDiscoveryClient。spring.redis.* 迁移为 spring.data.redis.*。spring.reactor.contextPropagation: AUTO 与 tracing 传播配置。每次执行升级后输出: