如何使用类路径:从测试

时间:2019-07-14 14:21:53

标签: spring-boot classpath spring-test

我有 Spring-boot 应用程序 我的课程之一包含:

@Value("${classpath:converters}")
private Resource convertersFilePath;

当我运行Spring Boot应用程序时,一切运行良好。 但是当我尝试运行Junit时,出现以下错误:

  

java.io.FileNotFoundException:ServletContext资源[/ converters]   无法解析为网址,因为网址不存在   org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor $ AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor

有什么主意吗?

0 个答案:

没有答案