在HiveMQ插件中加载Spring应用程序上下文

时间:2015-12-16 13:45:04

标签: spring mqtt hivemq

我正在尝试在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

0 个答案:

没有答案