Commit 4021ad43 authored by Shawn Clark's avatar Shawn Clark Committed by Stephane Nicoll

Fix wrong closing tag

Fixes gh-874
parent dacad22f
......@@ -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>
...
......
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