From f867ba1420714db6ac3a02e0fcdaab980ff0af17 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Thu, 14 May 2015 00:02:37 +0800 Subject: [PATCH] Update 10.1. Installation instructions for the Java developer.md --- .../10.1. Installation instructions for the Java developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/II. Getting started/10.1. Installation instructions for the Java developer.md b/II. Getting started/10.1. Installation instructions for the Java developer.md index 862aba3..9e00a92 100644 --- a/II. Getting started/10.1. Installation instructions for the Java developer.md +++ b/II. Getting started/10.1. Installation instructions for the Java developer.md @@ -1,5 +1,5 @@ ### 10.1. 为Java开发者准备的安装指南 -你可以以和任何标准Java库相同的方式使用Spring Boot。只需要简单地在你的classpath下包含正确的`spring-boot-*.jar`文件。Spring Boot不需要集成任何特殊的工具,所以你可以使用任何IDE或文本编辑器;Spring Boot应用也没有什么特殊之处,所以你可以像任何其他Java程序那样运行和调试。 +你可以像使用其他任何标准Java库那样使用Spring Boot,只需简单地在你的classpath下包含正确的`spring-boot-*.jar`文件。Spring Boot不需要集成任何特殊的工具,所以你可以使用任何IDE或文本编辑器;Spring Boot应用也没有什么特殊之处,所以你可以像任何其他Java程序那样运行和调试。 尽管你可以拷贝Spring Boot jars,不过,我们通常推荐你使用一个支持依赖管理的构建工具(比如Maven或Gradle)。