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 is a landing solution for interface services.
19
+
It provides a series of out-of-the-box components to simplify the integration of mainstream third-party frameworks through encapsulation,
20
+
thereby improving developer development efficiency, learning costs, and lowering the entry threshold. Ready to use! ! !
18
21
19
-
ApiBoot依赖于SpringBoot,可以使用ApiBoot构建独立的Java应用程序。
22
+
Developers who have a simple understanding of Spring Boot can write secure and stable interface services, which can provide rich security interfaces for multiple endpoints such as mobile terminals and web pages.
20
23
21
-
愿景:
24
+
ApiBoot depends on SpringBoot and can be used to build standalone Java applications.
22
25
23
-
- 为Java开发者提供低门槛第三方框架集成解决方案,让复杂的框架集成使用的门槛更低。
24
-
- 开箱即用,内部封装了主流框架,只需添加依赖、简单配置即可使用。
25
-
- 各个组件可独立使用,不再冗余你的应用程序。
26
-
- 可简单快速的构建安全的restful资源接口服务。
27
-
- 可用于构建SpringCloud微服务服务实例。
28
-
- 为🇨🇳开源做贡献,希望开源框架可以帮助更多的开发者。
26
+
Vision:
29
27
30
-
## 安装 & 入门
28
+
- Provide low-threshold third-party framework integration solutions for Java developers, so that the threshold for the use of complex framework integration is lower.
29
+
- Out of the box, the mainstream framework is encapsulated inside, just add dependencies and simple configuration to use.
30
+
- Each component can be used independently, no longer redundant your application.
31
+
- Can easily and quickly build a secure restful resource interface service.
32
+
- It can be used to build SpringCloud microservice service instances.
33
+
- To contribute to open source, I hope that the open source framework can help more developers.
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>
38
+
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:
> 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>
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:
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.
77
70
78
-
## 提交问题建议
71
+
## Get help
79
72
80
-
每个人可能提出的问题不同,不过也会有一些相同的问题,如果您要提出问题,请遵循以下建议:
73
+
If you encounter problems while using ApiBoot, you can get help through the following channels!
The official version of ApiBoot will be released to Maven Center. If you want to use the latest version of ApiBoot (the version is not released), you can directly build and install it to local use through the source code. The prerequisites are as follows:
-Local Maven environment variables need to be configured, it is recommended to <ahref="https://maven.apache.org/download.cgi"target="_blank">use the latest version</a>
90
+
-The local JDK environment variables need to be configured, <ahref="https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html"target="_blank">JDK1.8 download address< /a>
91
+
-Local Git environment variables need to be configured, <ahref="https://git-scm.com/downloads"target="_blank">Git download address</a>
0 commit comments