Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaramsingana committed May 28, 2021
1 parent e969c1d commit 76e0d8a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Mongo-Collections-master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,19 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
<configuration>
<classifier>spring-boot</classifier>
<mainClass>
com.example.mongodb.demo.MongodemoApplication
</mainClass>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 76e0d8a

Please sign in to comment.