Files
Fabian Krüger 861eabc700 Refactoring
* Fix package name
* Move classes to the application root package
* Change class names
* Polish
2024-01-26 14:20:40 +01:00
..
2024-01-26 14:20:40 +01:00
2024-01-10 14:05:18 +01:00
2024-01-23 11:54:15 +01:00
2024-01-10 14:05:18 +01:00

= 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>`