@@ -219,6 +219,11 @@
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-thymeleaf</artifactId>
+ </dependency>
+
</dependencies>
<build>