스프링 버전 확인 방법
2021. 8. 18. 20:21
프로그래밍/Spring
스프링 버전 확인 방법 1️⃣ 코드로 버전 확인 프린트문을 사용하여 버전 확인 👇 String getVersion = org.springframe.core.SpringVersion.getVersion(); System.out.println(getVersion); 2️⃣ pom.xml에서 확인 pom.xml에서 properties 확인해보기