如何导入应用程序上下文?

时间:2019-01-06 13:36:30

标签: java spring

我已经通过Eclipse Marketplace安装了STS工具,并创建了一个Java项目。在编写代码时,没有显示为应用程序上下文导入库。

我还添加了外部库并配置了buildPath,但没有结果。

public static void main(String[] args) {
   // TODO Auto-generated method stub

    ApplicationContext appCon=new 
        ClassPathXmlApplicationContext("StudentConfig.xml"); 

    StudentBean factory=(StudentBean)appCon.getBean("studentbean"); 
    factory.displayInfo(); 

}

我在哪里做错了?

Program Structure

1 个答案:

答案 0 :(得分:0)

根据其Maven或Gradle检查依赖项。然后重建代码以显示合适的导入建议