-
Spring Beans Visualized 스프링 빈 시각화WEB/BACK 2024. 5. 8. 13:17반응형
프로젝트에 사용되는 빈들을 시각화하여 보고싶을때 유용
준비사항
1.spring actuator가 사전에 적용된 프로젝트여야 가능
2.docker
https://github.com/aigor/spring-beans-visualized?tab=readme-ov-file
여기서 clone 후 작업
npm install node app.js
docker build -t spring-beans-visualized:0.0.5 . docker run spring-beans-visualized:0.0.5
- CLIENT_APP_USER - optional Basic HTTP authentication username
- CLIENT_APP_PASSWORD - optional Basic HTTP authentication password
- CLIENT_APP_SCHEMA - actuator services schema type (possible options: 'http', 'https')
- CLIENT_APP_HOST - actuator services hostname (example: 'localhost', '192.168.1.1')
- CLIENT_APP_PORT - actuator services port (usually '8080')
- CLIENT_APP_ACTUATOR_BASE_PATH - actuator contentPath (usually '', could be: '/appName/actuator')
- SERVICE_PORT - on which port service starts (internal for Docker container, usually '3000')
app.js 파일을 수정해서 시작
뭐가 많아보이지만 port랑 url만 변경해서 기동하면 브라우저에서 확인가능
브라우저에서 확인해보면 hown beans:397, shown links:354 >> 이런식으로 확인가능
반응형'WEB > BACK' 카테고리의 다른 글
Type mismatch: cannot convert from Object to long (0) 2024.05.27 window - oracle sql loader 사용법 정리 및 예시 (0) 2024.05.08 스프링부트 엑츄에이터 적용 spring actuator apply (0) 2024.05.08 이클립스에서 maven 버전 변경 적용( eclipse maven version) (0) 2024.05.08 ORA-00932: inconsistent datatypes: expected - got CLOB (0) 2023.01.13