We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292d40a commit 6fa6cb0Copy full SHA for 6fa6cb0
springBoot知识点.md
@@ -18,7 +18,7 @@
18
19
#### 1. spring-boot-starter-parent依赖
20
21
-在charpter01项目中的pom.xml文件中找到spring-boot-starter-parent依赖,示例代码如下:
+在charpter01项目中的pom.xml文件中找到spring-boot-starter-parent依赖,示例代码如下1:
22
23
```
24
<!-- Spring Boot父项目依赖管理 -->
@@ -143,4 +143,4 @@ spring boot除了提供上述介绍的web依赖启动器外,还提供了其它
143
144
概念:能够在我们添加jar包依赖的时候,自动为我们配置一些组件的相关配置,我们无需配置或者只需要少量的配置就能运行编写的项目。
145
146
-问题:spring boot到底是如何进行自动配置的,都把哪些组件进行了自动配置?
+问题:spring boot到底是如何进行自动配置的,都把哪些组件进行了自动配置?
0 commit comments