[스프링 부트] chapter 41. 스프링 Actuator 1부 소개

스프링 Actuator 1부 소개

https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#production-ready-endpoints

의존성 추가

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

애플리케이션의 각종 정보를 확인할 수 잇는 Endpoints