jfinal-ext 关于configPlugin 添加多个文件的问题

对于ConfigPlugin 插件扩展有个建议,对于addResource 多个文件后,最后通过configkit解析得到的map里面只有最后被添加的文件值,建议修改ConfigKit 的如下代码:

         

//  map = ResourceKit.readProperties(fileName);                map.putAll(ResourceKit.readProperties(fileName));         //                    testMap = ResourceKit.readProperties(testFileName(fileName));                    testMap.putAll(ResourceKit.readProperties(testFileName(fileName)));


你可能感兴趣的:(jfinal-ext,ConfigKit,configplugin)