gukbi

SpringBoot

MacOS

# cd to project then run
./gradlew bootRun

Auto restart

Installation

brew install watchexec

Run

watchexec -r -e java,xml,jsp,html,css,js,properties,gradle -i '.gradle' -i '.idea' -i 'out' -- ./gradlew clean bootRun