Temporary attempt on addressing deploying custon message converters

This commit is contained in:
Oleg Zhurakousky
2019-11-15 13:02:09 +01:00
parent b9cc254eea
commit e75bb67608
4 changed files with 96 additions and 1 deletions

View File

@@ -27,6 +27,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>