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()

View File

@@ -20,7 +20,7 @@
<properties>
<java.version>1.8</java.version>
<spring-cloud-function.version>2.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
<wrapper.version>1.0.11.RELEASE</wrapper.version>
<wrapper.version>1.0.13.RELEASE</wrapper.version>
</properties>
<dependencies>