|
|
@@ -255,7 +255,7 @@ Update your Gradle `build.gradle` file's `buildscript` section, so that it looks
|
|
255
|
255
|
```groovy
|
|
256
|
256
|
buildscript {
|
|
257
|
257
|
repositories {
|
|
258
|
|
- maven { url "http://repo.springsource.org/libs-snapshot" }
|
|
|
258
|
+ maven { url "http://repo.spring.io/libs-snapshot" }
|
|
259
|
259
|
mavenLocal()
|
|
260
|
260
|
}
|
|
261
|
261
|
dependencies {
|
|
|
@@ -292,7 +292,7 @@ If you are using Maven, you can run the JAR by typing:
|
|
292
|
292
|
$ java -jar target/gs-rest-service-0.1.0.jar
|
|
293
|
293
|
```
|
|
294
|
294
|
|
|
295
|
|
-[spring-boot-gradle-plugin]: https://github.com/SpringSource/spring-boot/tree/master/spring-boot-tools/spring-boot-gradle-plugin
|
|
|
295
|
+[spring-boot-gradle-plugin]: https://github.com/spring-projects/spring-boot/tree/master/spring-boot-tools/spring-boot-gradle-plugin
|
|
296
|
296
|
|
|
297
|
297
|
> **Note:** The procedure above will create a runnable JAR. You can also opt to [build a classic WAR file](/guides/gs/convert-jar-to-war/) instead.
|
|
298
|
298
|
|