b1412 / jfinal-ext

Our extensions for jfinal
277 stars 236 forks source link

com.jfinal.ext.plugin.config.ConfigPlugin.excludeResource(String... resource)参数错误 #19

Open caohenghui opened 9 years ago

caohenghui commented 9 years ago

如题:resource参数没有起到任何作用,难道是我看错了还是源码不是最新的?maven源码如下:

public ConfigPlugin excludeResource(String... resource) { if (includeResources != null) { for (String excludeResource : excludeResources) { excludeResources.add(excludeResource); } } return this; }