Cleaned up for running boot as default (#620)

This commit is contained in:
Jens Kristian Villadsen
2023-12-05 19:56:31 +01:00
committed by GitHub
parent 0be636c169
commit 9c557e2c80
3 changed files with 5 additions and 28 deletions

View File

@@ -601,6 +601,9 @@
<!-- Use the boot profile for development and debugging options when using your IDE -->
<profile>
<id>boot</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>