executable pom

This commit is contained in:
Michele Artini 2023-09-25 14:34:40 +02:00
parent 601aeba2ff
commit 83ff4217dc
1 changed files with 3 additions and 0 deletions

View File

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