강의

멘토링

커뮤니티

Inflearn Community Q&A

nmsty27531540's profile image
nmsty27531540

asked

Spring Boot Concepts and Utilization

Spring Boot Actuator Part 2: JMX and HTTP

Admin 항목이 없습니다.

Written on

·

314

0

jconsole에서 실행한 Application으로 접속해서 MBeans에 org.springframework.boot를 들어가봤는데 Endpoint만 있고 Admin이 없네요...

javaspringspring-boot

Answer 4

0

his700님의 프로필 이미지
his700
Questioner

OpenJDK 1.8이고 VSCode를 쓰고 있는데 그 차이인건가 싶네요.. 저게 없다고 운영하기 힘들거나 그러진 않겠죠?

0

whiteship님의 프로필 이미지
whiteship
Instructor

이상하네요. 올려주신 예제로 제 환경에서 실행하면 Admin이 보이는데 혹시 자바 버전에 따라 다른건가. 저는 11을 쓰고 있습니다.

0

his700님의 프로필 이미지
his700
Questioner

네 의존성 추가했는데 다음과 같이 나오네요.

https://github.com/woon7/springboot_inflern/blob/actuator1/pom.xml

0

whiteship님의 프로필 이미지
whiteship
Instructor

spring-boot-actuator 의존성 추가하셨나요? 저는 방법 다시 확인 해 봤는데 보이거든요.

nmsty27531540's profile image
nmsty27531540

asked

Ask a question