<SpEL사용예>
* Spring XML 설정파일
<bean id="numberGuess" class="org.spring.samples.NumberGuess">
<property name="randomNumber" value="#{ T(java.lang.Math).random() * 100.0 }"/>
<!-- other properties -->
</bean>
'자바 > JAVA...Spring' 카테고리의 다른 글
Spring 3.2 & MyBatis] Spring MVC에서의 세션 관리 (0) | 2016.02.15 |
---|---|
Spring 3.2 & MyBatis] SpEL사용예 (0) | 2016.02.01 |
Spring 3.2 & MyBatis] SpEL메서드 호출 (0) | 2016.02.01 |
Spring 3.2 & MyBatis] SpEL속성 접근 (0) | 2016.02.01 |
Spring 3.2 & MyBatis] SpEL 연산자 (0) | 2016.01.28 |