Просмотр исходного кода

Fix link to spring-boot-maven-plugin

Greg Turnquist 13 лет назад
Родитель
Сommit
9eabc67334
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      README.md

+ 1
- 1
README.md Просмотреть файл

@@ -290,7 +290,7 @@ Now run the following command to produce a single executable JAR file containing
290 290
 $ mvn package
291 291
 ```
292 292
 
293
-[spring-boot-maven-plugin]: https://github.com/SpringSource/spring-boot/tree/master/spring-boot-maven-plugin
293
+[spring-boot-maven-plugin]: https://github.com/SpringSource/spring-boot/tree/master/spring-boot-tools/spring-boot-maven-plugin
294 294
 
295 295
 > **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.
296 296