728x90
반응형

스프링 버전 확인 방법

 

1️⃣ 코드로 버전 확인

프린트문을 사용하여 버전 확인 👇

String getVersion = org.springframe.core.SpringVersion.getVersion();
System.out.println(getVersion);

 

 

2️⃣ pom.xml에서 확인

pom.xml에서 properties 확인해보기

반응형
복사했습니다!