<groupId>de.juplo.demos</groupId>
<artifactId>pwreset</artifactId>
<version>1.0.0</version>
- <name>consumer</name>
+ <name>Password Reset</name>
<description>Password-Reset Service</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-thymeleaf</artifactId>
+ </dependency>
<dependency>
<groupId>org.projectlombok</groupId>