Skip to content

making/opinionated-spring-boot-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opinionated Spring Boot App

How to rename the project

Edit rewrite.yml, then

./mvnw -U org.openrewrite.maven:rewrite-maven-plugin:run -Drewrite.activeRecipes=com.example.RenameProject
./mvnw clean spring-javaformat:apply test
git add -A
git clean -fd 

Note

You can check the changes before running the above command by

./mvnw -U org.openrewrite.maven:rewrite-maven-plugin:dryRun -Drewrite.activeRecipes=com.example.RenameProject

Check ./target/rewrite/rewrite.patch

About

Opinionated Spring Boot App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages