Add SupplierExporter (HTTP POST of Suppliers on startup)

Add throwable handling to azure base class
This commit is contained in:
Dave Syer
2018-08-03 15:17:16 +01:00
committed by Oleg Zhurakousky
parent fa116523de
commit 9d1818839e
12 changed files with 719 additions and 17 deletions

View File

@@ -25,6 +25,11 @@
<artifactId>spring-webflux</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.projectreactor.ipc</groupId>
<artifactId>reactor-netty</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-context</artifactId>
@@ -50,6 +55,11 @@
<artifactId>spring-boot-starter-web</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
<build>