1
0
mirror of https://github.com/apachecn/spring-boot-doc-zh.git synced 2025-06-07 01:58:33 +00:00
spring-boot-doc-zh/README.md
2020-12-24 17:00:46 +08:00

820 B
Raw Blame History

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} 查看文档