📖 [译] spring-boot 中文文档
Go to file
wizardforcel cf3dc17ecd 2020-12-24 17:00:46 2020-12-24 17:00:46 +08:00
asset 2020-11-23 18:29:57 2020-11-23 18:29:57 +08:00
docs 2018-12-02 14:09:14 2018-12-02 14:09:14 +08:00
.gitignore mkdocs 2018-11-26 15:20:07 +08:00
.nojekyll 2018-12-02 14:09:14 2018-12-02 14:09:14 +08:00
CNAME 2018-12-02 14:09:14 2018-12-02 14:09:14 +08:00
Dockerfile 2020-09-29 23:07:27 2020-09-29 23:07:27 +08:00
LICENSE 2020-09-17 16:55:19 2020-09-17 16:55:19 +08:00
README.md 2020-12-24 17:00:46 2020-12-24 17:00:46 +08:00
SUMMARY.md 2018-12-02 14:09:14 2018-12-02 14:09:14 +08:00
index.html 2020-11-23 18:29:57 2020-11-23 18:29:57 +08:00
update.sh mkdocs 2018-11-26 15:20:07 +08:00

README.md

Spring Boot 1.5.2 中文文档

作者Phillip Webb, Dave Syer, Josh Long, Stéphane Nicoll, Rob Winch, Andy Wilkinson, Marcel Overdijk, Christian Dupuis, Sébastien Deleuze, Michael Simons

1.5.2.RELEASE

翻译:geekidentity

下载

Docker

docker pull apachecn0/spring-boot-doc-zh
docker run -tid -p <port>:80 apachecn0/spring-boot-doc-zh
# 访问 http://localhost:{port} 查看文档

PYPI

pip install spring-boot-doc-zh
spring-boot-doc-zh <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g spring-boot-doc-zh
spring-boot-doc-zh <port>
# 访问 http://localhost:{port} 查看文档