type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot2.SpringBoot1To2Migration
displayName: Spring Boot 2.x migration from Spring Boot 1.x
description: Migrates Spring Boot 1.x to 2.x including best practices.
- org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_0
- org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_5
- org.openrewrite.java.spring.NoAutowiredOnConstructor
- org.openrewrite.java.spring.boot2.ConditionalOnBeanAnyNestedCondition
- org.openrewrite.java.spring.boot2.RestTemplateBuilderRequestFactory
- org.openrewrite.java.spring.boot2.ReplaceDeprecatedEnvironmentTestUtils
- org.openrewrite.java.spring.boot2.SpringBoot2BestPractices