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 | 31 |
Tags
- plugin
- vscode
- 네트워크
- lsof
- VirtualBox
- tomcat
- Eclipse
- JavaScript
- resource
- profile
- 단축키
- xargs
- Windows 10
- Quartz
- web.xml
- IntelliJ
- netsh
- Mac
- context
- grep
- 줄바꿈 문자
- find
- Windows
- GIT
- ssh
- maVen
- bash
- Source
- port
- import
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