6. Timestamp Batch Task

A batch job task that executes 2 jobs each job prints out the job name and a timestamp to stdout. Intended to primarily be used for testing.

6.1 Options

The timestamp task has the following options:

timestamp.format
The timestamp format, "yyyy-MM-dd HH:mm:ss.SSS" by default. (String, default: yyyy-MM-dd HH:mm:ss.SSS)

6.2 Building with Maven

$ ./mvnw clean install -PgenerateApps
$ cd apps/timestamp-batch-task
$ ./mvnw clean package

6.3 Example

java -jar timestamp-batch-task-<version>.jar

6.4 Contributing

We welcome contributions! Follow this github.com/spring-cloud-task-app-starters/app-starters-release/blob/master/spring-cloud-task-app-starters-