摘要:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testService': FactoryBean threw exception on object creation; 阅读全文
摘要:
前言 我们村花大俊,虽然回家过中秋了,但是还是一如既往喜欢和我探究技术,今天大俊开始要学习使用gradle;结果用gradle的构建一个Spring的项目,刚引入Spring-Context包就出现了错误 - Could not find method complie() for arguments 阅读全文
摘要:
class path resource [xx] cannot be resolved to absolute file path because it does not reside 发布线上之后出现的问题,查询资源发现是因为代码中直接调用getFIle()造成的问题。 ClassPathReso 阅读全文