actuator 를 이용한 rest api monitoring

This commit is contained in:
haerong22
2020-11-28 17:09:18 +09:00
parent eafe96b914
commit edb107354e
2 changed files with 11 additions and 1 deletions

View File

@@ -35,6 +35,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-hateoas</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>

View File

@@ -7,4 +7,10 @@ logging:
spring:
messages:
basename: messages
basename: messages
management:
endpoints:
web:
exposure:
include: "*"