Skip to content

Commit 7d64e4f

Browse files
committed
update img cdn url
1 parent f0f834a commit 7d64e4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/springboot/springboot-03-auto-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ protected List<String> getCandidateConfigurations(AnnotationMetadata metadata,
107107
```
108108
下图是 DEBUG 模式下筛选之后的结果,因为我只添加了 web 模块,所以只有 web 相关的自动配置。
109109

110-
![筛选过后的自动配置](https://user-images.githubusercontent.com/26371673/50733348-ec781400-11c6-11e9-8f0d-01797d797d69.png)
110+
![筛选过后的自动配置](https://cdn.jsdelivr.net/gh/niumoo/cdn-assets/2019/50733348-ec781400-11c6-11e9-8f0d-01797d797d69.png)
111111

112112
## 3. xxxAutoConfiguration 与 xxxProperties
113113

0 commit comments

Comments
 (0)