/*
* OS: Windows 10
* STS Version: sts-3.9.5.RELEASE
* Project: Spring Legacy Project
* Title: main 함수에서 getBean 사용
*/
String myConfig = "classpath:myapplication.xml";
AbstractApplicationContext ctx = new GenericXmlApplicationContext(myConfig);
MyClass myClass = ctx.getBean("myClass", MyClass.class);
728x90
'Framework > Spring' 카테고리의 다른 글
[Spring MVC] Eclipse 에서 Import 하기 (0) | 2018.09.03 |
---|---|
[Spring MVC] Eclipse 안에서 jsp 파일에 한글 설정 (0) | 2018.09.02 |
[Spring MVC] web.xml 한글 처리 (0) | 2018.09.02 |
[Spring] Error: context:annotation-config, context 네임스페이스 사용하기 (0) | 2018.09.01 |
[Spring] xml 파일(Spring Bean Configuration File) 생성 (0) | 2018.08.31 |