Commit f7397f1d authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #874 from ShawnTuatara/patch-1

* patch-1:
  Fix wrong closing tag
parents dacad22f 4021ad43
...@@ -123,7 +123,7 @@ mvn spring-boot:run ...@@ -123,7 +123,7 @@ mvn spring-boot:run
<artifactId>${project.artifactId}</artifactId> <artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<configuration> <configuration>
<addResources>false</mainClass> <addResources>false</addResources>
</configuration> </configuration>
</plugin> </plugin>
... ...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment