Package org.openrewrite.java.spring
@NonNullApi
@NonNullFields
package org.openrewrite.java.spring
-
ClassesClassDescriptionA recipe to uniformly add a property to Spring configuration file.This composite recipe will change a spring application property key across YAML and properties files.A recipe to remove a property (or matching property group) from Spring configuration files.Replace method declaration @RequestMapping annotations with the associated variant as defined by the request method type (GET, POST, PUT, PATCH, DELETE)This visitor can remove the specified method calls if it can be deleted without compile error, It can be used to remove deprecated or unnecessary method calls, but be sure to carefully review your code before deleting any methods to avoid errors or unexpected behavior.