이번 포스트에서는 endpoints에 대해 살펴보자.https://docs.spring.io/spring-boot/reference/actuator/endpoints.html Endpoints :: Spring BootIf you add a @Bean annotated with @Endpoint, any methods annotated with @ReadOperation, @WriteOperation, or @DeleteOperation are automatically exposed over JMX and, in a web application, over HTTP as well. Endpoints can be exposed over HTTP by using Jerseydocs.spring.io EndPo..
02. endpoints
이번 포스트에서는 endpoints에 대해 살펴보자.https://docs.spring.io/spring-boot/reference/actuator/endpoints.html Endpoints :: Spring BootIf you add a @Bean annotated with @Endpoint, any methods annotated with @ReadOperation, @WriteOperation, or @DeleteOperation are automatically exposed over JMX and, in a web application, over HTTP as well. Endpoints can be exposed over HTTP by using Jerseydocs.spring.io EndPo..
2025.07.16