Make the built jar executable to make it a service.

This commit is contained in:
2018-05-25 19:02:09 +02:00
parent f292873525
commit fe9068e201

View File

@@ -77,9 +77,10 @@
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<executable>true</executable>
</configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>