Fix backend run config

This commit is contained in:
2026-03-11 15:38:42 -06:00
parent a3fa7f32ed
commit 29fd106e0c

10
pom.xml
View File

@@ -116,6 +116,16 @@
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>dev-stack</id>
<goals>
<goal>java</goal>
</goals>
<configuration>
<mainClass>com.petshop.backend.DevStackApplication</mainClass>
<classpathScope>runtime</classpathScope>
</configuration>
</execution>
<execution>
<id>docker-up</id>
<goals>