diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e93b3d3..703d0cba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ - Add [download-install-all.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/download-install-all.sh) 下载并安装所有环境脚本 - Add [deploy.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/deploy/deploy.sh) 下载项目/构建/部署/启动项目脚本 +- Add `maven-javadoc-plugin` java api docs + ### 📔 Documentation - [CentOS Quick Installation Environment / Build / Deploy / Launch Spring-boot-plus Project](https://github.com/geekidea/spring-boot-plus#centos-quick-installation-environment--build--deploy--launch-spring-boot-plus-project) - [spring-boot-plus java docs](http://geekidea.io/spring-boot-plus-apidocs/) diff --git a/README-zh.md b/README-zh.md index 8b75e87e..03a89299 100644 --- a/README-zh.md +++ b/README-zh.md @@ -79,7 +79,7 @@ lombok | 1.18.8 | 注解生成Java Bean等工具 | #### [CHANGELOG.md](https://github.com/geekidea/spring-boot-plus/blob/master/CHANGELOG.md) ## Java Docs -#### [Java Api Docs](http://geekidea.io/spring-boot-plus-apidocs/) +#### [Java Api Docs](https://apidoc.gitee.com/geekidea/spring-boot-plus/) ## 使用 ### 克隆 spring-boot-plus