@@ -41,6 +41,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-actuator</artifactId>
+ </dependency>
</dependencies>
<build>
@@ -1,2 +1,3 @@
spring.messages.basename=messages
spring.messages.encoding=UTF-8
+management.endpoints.web.exposure.include=*