Skip to content
This repository was archived by the owner on Aug 20, 2019. It is now read-only.
This repository was archived by the owner on Aug 20, 2019. It is now read-only.

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

@caohenghui

Description

@caohenghui

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions