springboot项目打包

idea 、maven 打包jar包供其他人调用   首先在pom.xml中添加依赖 <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId>
相关文章
相关标签/搜索