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 ffc451c commit db1ba10
Show file tree
Hide file tree
Showing 2 changed files with 5 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
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,10 @@ getBean()时依次检查一级缓存singletonObjects、二级缓存earlySingleto

单测见CircularReferenceWithProxyBeanTest。

## [支持懒加载和多切面增强(By zqczgl)](#支持懒加载和多切面增强-by-zqczgl)
## [bug fix:没有为代理bean设置属性(discovered and fixed by @kerwin89](#bug-fix没有为代理bean设置属性discovered-and-fixed-by-kerwin89)


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

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

Expand Down

0 comments on commit db1ba10

Please sign in to comment.