mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Put the simple recipe to upgrade
This commit is contained in:
parent
4b61e7903c
commit
825684a28a
2 changed files with 5 additions and 1 deletions
3
pom.xml
3
pom.xml
|
@ -213,7 +213,10 @@
|
|||
<configuration>
|
||||
<exportDatatables>true</exportDatatables>
|
||||
<activeRecipes>
|
||||
<!--
|
||||
<recipe>com.example.MigrateToSpringBoot3_3</recipe>
|
||||
-->
|
||||
<recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3</recipe>
|
||||
</activeRecipes>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
type: specs.openrewrite.org/v1beta/recipe
|
||||
name: com.example.MigrateToSpringBoot3_3
|
||||
displayName: Upgrade Wro4j Maven plugin version
|
||||
displayName: Migrate to Spring Boot and add some fixes
|
||||
causesAnotherCycle: true
|
||||
recipeList:
|
||||
- org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3
|
||||
|
@ -19,3 +19,4 @@ recipeList:
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue