Introducing Timestamp-task 1.0 from samples (#149)

This will be the replacement for the timestamp-task from Spring-Cloud-Task-Starters

Co-authored-by: bono007 <chris.bono@gmail.com>
This commit is contained in:
Glenn Renfro
2022-01-13 17:44:00 -05:00
committed by GitHub
parent 7c11592f74
commit 5db91aae36
16 changed files with 1099 additions and 0 deletions

33
timestamp-task/.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/