Some examples of how to use the Work Tracker library.
The JDK 8 based examples are in the master branch. The JDK 11 based examples are in the JDK11 branch.
Since work-tracker-spring-example is an example project, the credentials are User:user and Password:password
cd spring-boot-example
mvn clean spring-boot:runcd spring-example
mvn clean jetty:runJava:
cd java-example
mvn clean jetty:runPlease see the Contribution Guidelines.
mvn clean verifyRun the following bash command and commit the change:
bash build/bump_version.sh MAJOR|MINOR|PATCHExample:
bash build/bump_version.sh MINOR