RadarURL
응용 프로그래밍

스프링 프레임워크(Spring Framework) 버전(version) 확인하기

by JaeSoo posted May 09, 2014
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄
// 스프링 버전 확인하기
org.springframework.core.SpringVersion.getVersion()

 

jsp 코드에서는


<%
System.out.println( org.springframework.core.SpringVersion.getVersion() );
%>


이렇게 하면 됩니다.


출처 : http://d2d2.tistory.com/738


Articles

1 2 3 4 5 6 7 8 9 10