카테고리 없음
[스터디] 스프링 부트 개념과 활용 - 10주차 ( ~ 5/8)
shakevan
2022. 5. 8. 15:23
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