Skip to content

Commit 53e33a7

Browse files
committed
Update 13.2. Gradle.md
1 parent 29a8cd7 commit 53e33a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

III. Using Spring Boot/13.2. Gradle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
compile("org.springframework.boot:spring-boot-starter-web:1.3.0.BUILD-SNAPSHOT")
1010
}
1111
```
12-
[spring-boot-gradle-plugin](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#build-tool-plugins-gradle-plugin)插件也是可以使用的,它提供创建可执行jar和从source运行项目的任务。它也添加了一个`ResolutionStrategy`用于让你省略常用依赖的版本号:
12+
[spring-boot-gradle-plugin](../VIII. Build tool plugins/59. Spring Boot Gradle plugin.md)插件也是可以使用的,它提供创建可执行jar和从source运行项目的任务。它也添加了一个`ResolutionStrategy`用于让你省略常用依赖的版本号:
1313
```gradle
1414
buildscript {
1515
repositories { jcenter() }

0 commit comments

Comments
 (0)