-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
package kr.hs.study;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class Main {
public static void main(String[] args) {
ClassPathXmlApplicationContext ctx=
new ClassPathXmlApplicationContext("config.xml");
ctx.close();
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels