Skip to content

Commit

Permalink
fix: update BeanFactoryPostProcessor.md (#159)
Browse files Browse the repository at this point in the history

Address的属性名与 AddressParse.setAsText 方法中的保持一致
  • Loading branch information
cn-zane authored May 23, 2024
1 parent d58e971 commit eb6d1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Spring/IoC/BeanFactoryPostProcessor.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ package cn.demo1;
@Getter
@ToString
public class Address {
private String province;
private String city;
private String town;
}

```
Expand Down

0 comments on commit eb6d1f9

Please sign in to comment.