

我也踩过这个坑( 1 )
详细描述
错误截图

源码
编辑于2025-05-06
-
[无名弟子]张高愿
0在引入properties文件的时候设置ignore-resource-not-found="true",比如:<util:propertiesid="util_Spring"local-override="true"location="classpath:properties/druid-config.properties"ignore-resource-not-found="true"/> 查看全部>编辑于2018-12-28 -
[郑州|散修弟子]JAVA-7161
0这个需要加个属性<!--引入配置文件--><context:property-placeholderlocation="classpath:generator.properties"ignore-unresolvable="true"/> 查看全部>编辑于2019-06-14
- 去第 页