Spring Boot – health 활성화
Spring Boot – health 활성화
의존성 추가
implementation 'org.springframework.boot:spring-boot-starter-actuator'
엔드포인트 노출
management:
endpoints:
web:
exposure:
… 더보기 @EnableSpringDataWebSupport
@EnableSpringDataWebSupport
스프링 부트 3.3 버전부터 새로운 경고 문구가 발생한다.
2026-02-02T11:22:48.825+09:00 WARN 14500 --- [xxxxxx] [nio-9000-exec-6] … 더보기 Holding Out For A Hero
@ Holding Out For A Hero… 더보기
[Vue.js] VueJS 3 시작하기: 설치부터 Hello World까지
Ubuntu – snapd 오류 해결 방법
Disk to Disk clone with Clonezilla
Vue.js 모달 스크롤 시 Input Blur 처리
Ubuntu – 디스크 공간의 일부만 사용중 해결
부트로더 애플리케이션 분리
부트로더 애플리케이션 분리
STM32H563ZI와 같은 고성능 MCU에서 부트로더(Bootloader)와 사용자 애플리케이션(Application)을 분리하는 것은 펌웨어 업데이트(OTA)나 시스템 … 더보기