zl程序教程

您现在的位置是:首页 >  工具

当前栏目

org.apache.velocity.util.DeprecationAwareExtProperties.warnDeprecated configuration key 'resource.loader' has been deprecated in favor of 'resource.loaders'

Apache in of &# 39 Key has org
2023-09-27 14:21:31 时间

org.apache.velocity.util.DeprecationAwareExtProperties.warnDeprecated configuration key 'resource.loader' has been deprecated in favor of 'resource.loaders'

2023-02-23 升级解决了此问题

velocityEngine.setProperty(RuntimeConstants.RESOURCE_LOADER, "file");

velocityEngine.addProperty(VelocityEngine.RESOURCE_LOADERS SPRING_MACRO_RESOURCE_LOADER_NAME);

改为

velocityEngine.setProperty(RuntimeConstants.RESOURCE_LOADERS, "file");

velocityEngine.addProperty(VelocityEngine.RESOURCE_LOADERS, SPRING_MACRO_RESOURCE_LOADER_NAME);