티스토리 뷰
레거시 어플리케이션을 spring boot 1.x로 전환하면서 actuator를 활성화하고 /actuator를 호출시 404 에러가 발생했다.
이 때는 spring boot HATEOAS Starter 의존성을 추가했는지 확인해본다.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-hateoas</artifactId>
<version>1.5.19.RELEASE</version>
</dependency>
이외에 추가 설정들은 공식문서 확인할것
docs.spring.io/spring-boot/docs/1.5.x/reference/html/production-ready-endpoints.html
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- JsonPatch
- 이직
- 표준프레임워크 배치
- IntelliJ
- 아두이노
- CODINGARRAYKIT
- 우테캠
- shortkey
- code mining
- code vision
- 2020.09
- 2020.1
- Arduino
- 표준프레임워크 배치 jar
- JsonMergePatch
- intellij느려짐
- JBR-2732
- JBR-526
- jeus8
- SI
- 12FactorApp
- CONDINGARRAY
- 서비스회사
- 코딩어레이키트
- coding
- 아두이노스토리
- 코딩
- TMK
- 우테캠프로
- 코딩입문
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
글 보관함