spring-projects / spring-rewrite-commons

Apache License 2.0
6 stars 10 forks source link

Add recipe launcher #53

Closed fabapp2 closed 8 months ago

fabapp2 commented 8 months ago

Bumps Boot to 3.2.1 Add RewriteRecipeLauncher

@Autowired
private RewriteRecipeLauncher launcher;
...
launcher.run("the-recipe-name-from-classpath", "the-project-dir", message -> {
    System.out.println("Progress: " + message);
}