Azure TimerTrigger Sample

- for 3.2.x branch downgrade java to 1.8 and boot to 2.7.x

Resolves #272
This commit is contained in:
Christian Tzolov
2022-10-11 12:26:02 +02:00
parent 87f6013e22
commit 85afaa95ea
12 changed files with 958 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
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/