type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot2.SpringBootProperties_2_5
displayName: Migrate Spring Boot properties to 2.5
description: Migrate properties found in `application.properties` and `application.yml`.
- org.openrewrite.properties.ChangePropertyKey:
oldPropertyKey: spring.sql.init.enabled
newPropertyKey: spring.sql.init.mode
- org.openrewrite.yaml.ChangePropertyKey:
oldPropertyKey: spring.sql.init.enabled
newPropertyKey: spring.sql.init.mode