updated spring boot

removed HomeController
started to decouple status ingress and feed egress
This commit is contained in:
2021-05-08 12:32:08 +00:00
parent 92ab88eca7
commit 56bd0d4df0
5 changed files with 71 additions and 34 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.1.RELEASE</version>
<version>2.4.5</version>
<relativePath />
<!-- lookup parent from repository -->
</parent>
@@ -34,7 +34,7 @@
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<artifactId>spring-integration-webflux</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>