Skip to content

Commit 9faa4f8

Browse files
author
wsg
committed
采用 spring-boot-maven-plugin 插件
1 parent 06b614f commit 9faa4f8

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
@@ -57,4 +57,13 @@
5757
</dependency>
5858
</dependencies>
5959

60+
<build>
61+
<plugins>
62+
<plugin>
63+
<groupId>org.springframework.boot</groupId>
64+
<artifactId>spring-boot-maven-plugin</artifactId>
65+
</plugin>
66+
</plugins>
67+
</build>
68+
6069
</project>

0 commit comments

Comments
 (0)