Skip to content

Commit ccaa91a

Browse files
committed
use spring-boot-maven-plugin
1 parent 053e4c9 commit ccaa91a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,13 @@
6969
</dependencies>
7070
</dependencyManagement>
7171

72+
<build>
73+
<plugins>
74+
<plugin>
75+
<groupId>org.springframework.boot</groupId>
76+
<artifactId>spring-boot-maven-plugin</artifactId>
77+
</plugin>
78+
</plugins>
79+
</build>
80+
7281
</project>

0 commit comments

Comments
 (0)