java.io.FileNotFoundException:类路径资源无法打开,因为它不存在
2022-09-01 04:31:17
我正在尝试为我的项目设置配置位置,但我不断收到以下错误:
java.io.FileNotFoundException: class path resource [main/resources/app-context.xml] 無法開啟,因為它不存在
我的项目设置如下:
我的代码设置为:
ApplicationContext context = new ClassPathXmlApplicationContext(configLocation: "main/resources/app-context.xml");
我该如何解决这个问题?