问题描述
原本接口只有一个方法,运行正常,由于业务需求新增了一个方法之后,启动报错:org.springframework.beans.factory.BeanDefinitionStoreException:IOExceptionparsingXMLdocumentfromclasspathresource[applicationContext-server.xml];nestedexceptionisjava.io.FileNotFoundException:classpathresource[applicationContext-server.xml]cannotbeopenedbecauseitdoesnotexistCausedby:java.io.FileNotFoundException:classpathresource[applicationContext-server.xml]cannotbeopenedbecauseitdoesnotexist严重:Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.springframework.web.context.ContextLoaderListenerorg.springframework.beans.factory.BeanDefinitionStoreException:IOExceptionparsingXMLdocumentfromclasspathresource[applicationContext-server.xml];nestedexceptionisjava.io.FileNotFoundException:classpathresource[applicationContext-server.xml]cannotbeopenedbecauseitdoesnotexist看网上的例子都可以在同一个接口里包含多个方法,想请问多方法有没有额外要注意配置的,还是保持一个方法的配置就好了。