Install Java 9
Change the username and password in application.properties
./gradlew bootRun
Server starts on localhost:8080
Open two terminals:
./gradlew build --continuous
./gradlew bootRun
Now whenever you save changes (automatically or manually), the server will be restarted