management:
metrics:
web:
client:
max-uri-tags: 200
server:
max-uri-tags: 200
OR
@SpringBootApplication(exclude = HttpClientMetricsAutoConfiguration.class)
https://stackoverflow.com/questions/54930449/how-do-i-solve-reached-the-maximum-number-of-uri-tags-for-http-client-requests
- spring-boot-actuator-autoconfigure
https://zzangjava.tistory.com/m/866
'spring-boot' 카테고리의 다른 글
spring boot web 설정 참고 (0) | 2021.05.17 |
---|---|
Springboot devtools hot deployment Mybatis error: Could not load [mapper /] (0) | 2021.03.20 |
XssFilter & lucy-xssFilter 적용 (0) | 2020.10.04 |
Image to Base64 String Conversion (0) | 2020.09.24 |
sftp 이용하여 파일 처리 (0) | 2020.09.17 |