Commit 1b0720066223e52160bd84159e6a48743c26dabd
1 parent
92144cb1
SpringBoot打包需要的插件
Showing
1 changed file
with
9 additions
and
0 deletions
jeecg-boot/jeecg-boot-module-system/pom.xml
... | ... | @@ -36,4 +36,13 @@ |
36 | 36 | <artifactId>jeecg-boot-base-common</artifactId> |
37 | 37 | </dependency> |
38 | 38 | </dependencies> |
39 | + | |
40 | + <build> | |
41 | + <plugins> | |
42 | + <plugin> | |
43 | + <groupId>org.springframework.boot</groupId> | |
44 | + <artifactId>spring-boot-maven-plugin</artifactId> | |
45 | + </plugin> | |
46 | + </plugins> | |
47 | + </build> | |
39 | 48 | </project> |
40 | 49 | \ No newline at end of file |
... | ... |