标题: ssm中spring单元测试出现的问题 need your help [打印本页] 作者: 测试积点老人 时间: 2021-7-28 13:16 标题: ssm中spring单元测试出现的问题 need your help
20:38:24.001 [main] ERROR org.springframework.test.context.TestContextManager - Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener@420745d7] to prepare test instance [com.lzw.test.MvcTest@7e11ab3d]
java.lang.IllegalStateException: Failed to load ApplicationContext
Caused by: org.springframework.beans.factory.BeanInitializationException: Could not load properties; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/dbconfig.properties]
Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/dbconfig.properties]
java.lang.IllegalStateException: Failed to load ApplicationContext
Caused by: org.springframework.beans.factory.BeanInitializationException: Could not load properties; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/dbconfig.properties]
Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/dbconfig.properties]