如题 按照文档如何运行 基于 Maven 的 JUnit 测试 之后
报错
Caused by: java.lang.RuntimeException: Fail to set '[nutz-test.properties]'[ [Lj
ava.lang.String;@4df91958 ] by setter org.nutz.ioc.impl.PropertiesProxy.'setPath
s()' because [java.lang.RuntimeException: folder or file like '^.+[.]properties$
' no found in nutz-test.properties]: folder or file like '^.+[.]properties$' no
found in nutz-test.properties
如图
报错是在PropertiesProxy类的
List resources = Scans.me().loadResource("^.+[.]properties$", path); 这一句
求问 是我哪里配置文件弄错了吗?