Finished repository

- Removed .runner file
- Cleaned pom.xml to not build second .jar artifact
This commit is contained in:
Max W. 2023-12-04 21:09:40 +01:00
parent 2803ffafa2
commit f177e461f6
2 changed files with 1 additions and 1 deletions

View File

View File

@ -40,7 +40,7 @@
<goal>repackage</goal>
</goals>
<configuration>
<classifier>spring-boot</classifier>
<!-- <classifier>spring-boot</classifier> No need to build a second .jar within this project -->
<mainClass>
com.example.demo.DemoApplication
</mainClass>