Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekYRC committed Dec 26, 2022
1 parent 277afdc commit ffc451c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

#### 其他
* [没有为代理bean设置属性(discovered and fixed by kerwin89)](https://github.com/DerekYRC/mini-spring/blob/main/changelog.md#bug-fix没有为代理bean设置属性discovered-and-fixed-by-kerwin89)
* [支持懒加载和多个增强(by zqczgl)](https://github.com/DerekYRC/mini-spring/blob/main/changelog.md#支持懒加载和多个增强(By zqczgl))
* [支持懒加载和多切面增强(by zqczgl)](https://github.com/DerekYRC/mini-spring/blob/main/changelog.md#支持懒加载和多切面增强-by-zqczgl)

## 使用方法
阅读[changelog.md](https://github.com/DerekYRC/mini-spring/blob/main/changelog.md)
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ getBean()时依次检查一级缓存singletonObjects、二级缓存earlySingleto

单测见CircularReferenceWithProxyBeanTest。

## [支持懒加载和多个增强(By zqczgl)](#支持懒加载和多个增强(By zqczgl))
## [支持懒加载和多切面增强(By zqczgl)](#支持懒加载和多切面增强-by-zqczgl)

### [懒加载](#懒加载)

Expand Down

0 comments on commit ffc451c

Please sign in to comment.