0

我正在尝试在 HiveMQ 插件中加载 Spring Application Context (xml)。我似乎无法加载上下文,因为它找不到 xml 配置。spring-context.xml位于“src\main\resources”中,我尝试使用以下方法加载上下文:

ClassPathXmlApplicationContext ctx = new ClassPathXmlApplicationContext("spring-context.xml")

我得到的错误如下:

java.io.FileNotFoundException: class path resource [spring-context.xml] cannot be opened because it does not exist

4

0 回答 0