fix(doc): Update name of project to Spring Cloud Task (#912)

This commit is contained in:
Kevin Bimonte
2023-08-23 11:33:27 -07:00
committed by Glenn Renfro
parent 4841f07fde
commit 1744b0bbc4

View File

@@ -9,7 +9,7 @@ This is a Spring Cloud Task application that logs a timestamp.
== Classes:
* TaskApplication - the Spring Boot Main Application
* TimestampTask - the module that writes the log entry as Spring Task
* TimestampTask - the module that writes the log entry as Spring Cloud Task
== Build: