spring-boot-actuator 모듈을 통해 이러한 모니터링 기능을 지원할 뿐만 아니라 서비스를 일부 조작할 수 있게 지원User-service
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
management:
endpoints:
web:
exposure:
include: refresh, health, beans
/actuator/refresh, /actuator/health, /actuator/beans 엔드포인트는 외부에서 접근 가능하도록 설정/actuator/health
/actuator/beans
/actuator/refresh
token.secret 변경
/actuator/refresh 실행
