Files
spring-cloud-task/spring-cloud-task-samples/task-observations
Glenn Renfro 82fcb25ac1 Introduction of hints for Spring Task
Updated to support timestamp demonstration of native task.

Remove experimental when appropriate for the hints and remove this `spring.aop.proxy-target-class=false` from
application.properties for timestamp demo

Updated versions to the latest boot snapshot.
2022-08-03 14:22:31 -04:00
..
2022-07-25 11:41:43 -04:00
2022-07-22 17:24:08 -04:00
2022-08-03 14:22:31 -04:00

= Timestamp Task

This is a Spring Cloud Task application that utilizes Micrometer and displays
metrics at the end of the application using the SimpleMeterRegistry.

== Requirements:

* Java 17 or Above

== Classes:

* TaskMetricsApplication - the Spring Boot Main Application

== Build:

[source,shell,indent=2]
----
$ mvn clean package
----

== Run:

[source,shell,indent=2]
----
$ java -jar target/task-metrics-3.0.0-SNAPSHOT.jar
----