https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#io.rest-client
RestTemplate
- spring-web모듈이 RestTemplateBuilder를 Bean으로 등록해줌
WebClient
- spring-webflux모듈이 WebClientBuilder를 Bean으로 등록해줌
SpringBoot Actuator
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#actuator.enabling
Spring Boot Reference Documentation
This section goes into more detail about how you should use Spring Boot. It covers topics such as build systems, auto-configuration, and how to run your applications. We also cover some Spring Boot best practices. Although there is nothing particularly spe
docs.spring.io
- Enable과 Expose는 각각 따로 설정해줘야 함
SpringBoot Admin
댓글