Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 348 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 348 Bytes

logo

How to run

Install Java 9

Change the username and password in application.properties

./gradlew bootRun

Server starts on localhost:8080

Live Reload

Open two terminals:

  1. ./gradlew build --continuous
  2. ./gradlew bootRun

Now whenever you save changes (automatically or manually), the server will be restarted