fix: update BeanFactoryPostProcessor.md (#159)

Address的属性名与 AddressParse.setAsText 方法中的保持一致
This commit is contained in:
cn-zane 2024-05-23 16:41:54 +08:00 committed by GitHub
parent d58e9719f1
commit eb6d1f9d85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -190,8 +190,8 @@ package cn.demo1;
@Getter
@ToString
public class Address {
private String province;
private String city;
private String town;
}
```