Fix backend run config
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user