1
0

Stuff all over the place

This commit is contained in:
2020-07-23 23:47:12 +02:00
parent f59ece1fc0
commit 3ad259651c
14 changed files with 353 additions and 2 deletions

View File

@@ -24,6 +24,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>
<build>
@@ -32,7 +36,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
<!--
Setting the classifier of the spring-boot uber JAR to exec will keep the verbatim JAR file
as actual distributed artifact required for users to include the beans
-->
<classifier>exec</classifier>
</configuration>
</plugin>
</plugins>