Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- import
- xargs
- web.xml
- bash
- profile
- lsof
- Quartz
- maVen
- Windows 10
- ssh
- resource
- GIT
- 줄바꿈 문자
- JavaScript
- Eclipse
- netsh
- Source
- vscode
- Windows
- find
- Mac
- 네트워크
- 단축키
- port
- plugin
- VirtualBox
- grep
- context
- tomcat
- IntelliJ
Archives
- Today
- Total
develog
[Spring] static method injection 본문
<bean class="org.springframework.beans.factory.config.MethodInvokingFactoryBean">
<property name="staticMethod" value="aa.bb.cc.StaticClass.StaticMethod" />
<property name="arguments">
<list>
<ref bean="refBeanName" />
</list>
</property>
</bean>
'Dev > Spring' 카테고리의 다른 글
[Spring] beans.xml (0) | 2015.06.04 |
---|---|
[Spring] Spring3 AOP 설정, xml or java (0) | 2015.06.04 |
[Spring] Spring 2.5, Properties #2 (0) | 2014.11.11 |
[Spring] Spring 2.5, Properties (0) | 2014.11.10 |
[Spring] beans xml schema (0) | 2014.10.15 |
Comments