Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

properties 支持list 属性 #285

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

properties 支持list 属性 #285

wants to merge 1 commit into from

Conversation

hxliujing
Copy link

properties 支持list 属性

例如:
example.properties
example.name[0]=dog
example.name[1]=cat

class Example{
private List name;
...
@DisconfFileItem(name = "example.name", associateField = "name")
public List getName() {
return name;
}
}

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 42.903% when pulling 0e0a664 on hxliujing:master into 2ac5c82 on knightliao:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants