Files
spring-rewrite-commons/spring-rewrite-commons-examples/boot-3-upgrade-atomic/README.adoc
Fabian Krüger 96abad9b8c initial commit
2023-12-14 01:38:10 +01:00

13 lines
483 B
Plaintext

= Atomic Upgrade to Boot 3
This example shows how to implement a simple Boot application that uses `spring-rewrite-commons` to apply a recipe that upgrades a given Spring application (<3.1) to Spring Boot 3.1.
== Running the example
WARNING: The example will change the sources in the provided project.
From the module dir
. run `mvn clean install`
. run `java -jar target/boot-3-upgrade-atomic-0.1.0-SNAPSHOT.jar <path-to-project>`
. Changes were applied to `<path-to-project>`