Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Latest commit

 

History

History
52 lines (39 loc) · 1.25 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.25 KB

Build Status DepShield Badge

Work Tracker Examples

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.

Running the Examples

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
cd java-example
mvn clean jetty:run

Contributing to these example applications

Please see the Contribution Guidelines.

Running tests

mvn clean verify

Bump Version For Release

Run the following bash command and commit the change:

bash build/bump_version.sh MAJOR|MINOR|PATCH

Example:

bash build/bump_version.sh MINOR