Skip to content

Commit eb6d1f9

Browse files
authored
fix: update BeanFactoryPostProcessor.md (#159)
Address的属性名与 AddressParse.setAsText 方法中的保持一致
1 parent d58e971 commit eb6d1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Spring/IoC/BeanFactoryPostProcessor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ package cn.demo1;
190190
@Getter
191191
@ToString
192192
public class Address {
193+
private String province;
193194
private String city;
194-
private String town;
195195
}
196196

197197
```

0 commit comments

Comments
 (0)