Skip to content

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