Skip to content

properties 支持list 属性#285

Open
hxliujing wants to merge 1 commit into
knightliao:masterfrom
hxliujing:master
Open

properties 支持list 属性#285
hxliujing wants to merge 1 commit into
knightliao:masterfrom
hxliujing:master

Conversation

@hxliujing

Copy link
Copy Markdown

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
Copy Markdown

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