728x90
반응형
스프링 버전 확인 방법
1️⃣ 코드로 버전 확인
프린트문을 사용하여 버전 확인 👇
String getVersion = org.springframe.core.SpringVersion.getVersion();
System.out.println(getVersion);
2️⃣ pom.xml에서 확인
pom.xml에서 properties 확인해보기
반응형
'프로그래밍 > Spring' 카테고리의 다른 글
스프링 프레임워크와 모듈 (0) | 2021.10.18 |
---|---|
The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. (0) | 2021.09.01 |
StringUtils (0) | 2021.07.30 |
Bean 생성 (0) | 2021.07.29 |
Bean이란? (0) | 2021.07.28 |