You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ApiBoot: Born to build Api services as components
4
4
@@ -34,7 +34,7 @@ Vision:
34
34
35
35
## Installation & Getting Started
36
36
37
-
Please check the use of components<ahref="http://apiboot.minbox.io"target="_blank">Official Reference Document</a>,Get started please visit<ahref="http://apiboot.minbox.io/zh-cn/docs/quick-start.html"target="_blank">The first ApiBoot application</a>
37
+
Please check the use of components<ahref="https://apiboot.minbox.org"target="_blank">Official Reference Document</a>,Get started please visit<ahref="https://apiboot.minbox.org/zh-cn/docs/quick-start.html"target="_blank">The first ApiBoot application</a>
38
38
39
39
If you are using Maven to build the project, you need to add the version dependency of ApiBoot to your pom.xml file as follows:
40
40
@@ -52,7 +52,7 @@ If you are using Maven to build the project, you need to add the version depende
52
52
</dependencyManagement>
53
53
```
54
54
55
-
> Note:**lastVersion**Need to be replaced with the latest ApiBoot version,Please visit<ahref="http://apiboot.minbox.io/zh-cn/docs/version-rely.html"target="_blank">Version dependencies- 2. Get the latest ApiBoot dependencies</a>
55
+
> Note:**lastVersion**Need to be replaced with the latest ApiBoot version,Please visit<ahref="https://apiboot.minbox.org/zh-cn/docs/version-rely.html"target="_blank">Version dependencies- 2. Get the latest ApiBoot dependencies</a>
56
56
57
57
After the version dependency is added, we can then add the required ApiBoot components in the project. The following is an example of using the distributed link component minbox-logging:
58
58
@@ -66,13 +66,13 @@ After the version dependency is added, we can then add the required ApiBoot comp
66
66
</dependencies>
67
67
```
68
68
69
-
After adding the components, we can find the corresponding component documentation according to <ahref="http://apiboot.minbox.io"target="_blank">official reference document</a> to configure and use.
69
+
After adding the components, we can find the corresponding component documentation according to <ahref="https://apiboot.minbox.org"target="_blank">official reference document</a> to configure and use.
70
70
71
71
## Get help
72
72
73
73
If you encounter problems while using ApiBoot, you can get help through the following channels!
74
74
75
-
- Check the <ahref="http://apiboot.minbox.io"target="_blank">official reference document</a>, and every detail used will be reflected in the document.
75
+
- Check the <ahref="https://apiboot.minbox.org"target="_blank">official reference document</a>, and every detail used will be reflected in the document.
0 commit comments