상세 컨텐츠

본문 제목

[Spring Boot] VSCode에서 Newer patch version of Spring Boot available: 경고 제거

Development

by 12기통엔진 2024. 7. 20. 20:46

본문

반응형

build.gradle 파일의 노란 경고 표시가 거슬린다.

 

Spring Boot 새 버전이 나왔으니 확인하라고 경고를 띄워주는거랜다.

 

The new Spring Boot version validation and upgrade support in Spring Tools

New releases of Spring Boot are being released on a quite frequent schedule and updating your projects to newer versions of Spring Boot is something that many teams and organizations around the globe do as part of their daily work. Sometimes those upgrades

spring.io

 

볼 때마다 거슬리니 없애주자.

 

VSCode > Preferences > Settings > 'spring-boot' 검색  > 좌측 네비게이터에서 'extentions' - 'spring boot tools' - 'versions and support ranges' 항목 선택 > 스크롤 내리면서 UPDATE_LATEST_PATCH_VERSION 항목 찾기 > 해당 옵션 WARNING에서 IGNORE로 변경

 

반응형

관련글 더보기