Merge branch '1.2.x'

pull/2816/head
Phillip Webb 10 years ago
commit e1152b4db8

@ -638,6 +638,14 @@ For example, given the following `@ConfigurationProperties` class:
private String firstName; private String firstName;
public String getFirstName() {
return this.firstName;
}
public void setFirstName(String firstName) {
this.firstName = firstName;
}
} }
---- ----

Loading…
Cancel
Save