Switch back to MVC for pojo sample

This commit is contained in:
Dave Syer
2018-10-25 15:22:44 +01:00
parent 9b9df1e7dc
commit f5b09e8d27
3 changed files with 5 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-function-webflux</artifactId>
<artifactId>spring-cloud-starter-function-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>