Harden run configs

This commit is contained in:
2026-03-13 10:05:32 -06:00
parent 79e8eb08b8
commit 8368ff2359
4 changed files with 296 additions and 103 deletions

10
pom.xml
View File

@@ -126,6 +126,16 @@
<classpathScope>runtime</classpathScope>
</configuration>
</execution>
<execution>
<id>reset-db</id>
<goals>
<goal>java</goal>
</goals>
<configuration>
<mainClass>com.petshop.backend.ResetDatabaseApplication</mainClass>
<classpathScope>runtime</classpathScope>
</configuration>
</execution>
<execution>
<id>docker-up</id>
<goals>