springboot部署报错
来源:13-13 项目的打包与部署
慕码人7211748
2020-04-25
老师,不知道为什么springboot部署报错,报错信息如下:
Could not resolve bean definition resource pattern [classpath:spring/spring-.xml]; nested exception is java.io.FileNotFoundException: class path resource [spring/] cannot be resolved to URL because it does not exist
翻译:
无法解析bean定义资源模式[classpath:spring/spring-.xml];嵌套异常是java.io。FileNotFoundException:类路径资源[spring/]不能解析为URL,因为它不存在
写回答
1回答
-
同学好,你的springboot程序里是要读取spring/spring-.xml这些内容?课程里面我们在做springboot配置的时候,是用编码来代替xml了呀
012020-04-26
相似问题