Add support for different handler->function mappings in Azure

This commit is contained in:
Dave Syer
2018-08-16 15:18:59 +01:00
parent 3baaa45648
commit f09f750c39
13 changed files with 410 additions and 140 deletions

View File

@@ -1,7 +1,7 @@
buildscript {
ext {
springBootVersion = '1.5.12.RELEASE'
wrapperVersion = '1.0.11.RELEASE'
springBootVersion = '2.0.3.RELEASE'
wrapperVersion = '1.0.13.RELEASE'
}
repositories {
mavenLocal()