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:run
cd spring-example
mvn clean jetty:run
Java:
cd java-example
mvn clean jetty:run
Please see the Contribution Guidelines.
mvn clean verify
Run the following bash command and commit the change:
bash build/bump_version.sh MAJOR|MINOR|PATCH
Example:
bash build/bump_version.sh MINOR