build: Spring Boot plugin

This commit is contained in:
Piotr Dec 2024-05-20 23:45:24 +02:00
parent 9d8b624e40
commit ae7d965a6d
Signed by: stawros
GPG key ID: F89F27AD8F881A91

View file

@ -54,4 +54,13 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>