Browse Source

Merge pull request #874 from ShawnTuatara/patch-1

* patch-1:
  Fix wrong closing tag
pull/874/merge
Stephane Nicoll 12 years ago
parent
commit
f7397f1d1c
  1. 2
      spring-boot-tools/spring-boot-maven-plugin/src/site/apt/usage.apt.vm

2
spring-boot-tools/spring-boot-maven-plugin/src/site/apt/usage.apt.vm

@ -123,7 +123,7 @@ mvn spring-boot:run @@ -123,7 +123,7 @@ mvn spring-boot:run
<artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version>
<configuration>
<addResources>false</mainClass>
<addResources>false</addResources>
</configuration>
</plugin>
...

Loading…
Cancel
Save