Springboot+maven打jar包在服务器运行

添加打包插件依赖并且配置主类,如果引入外部jar包,一定要加<includeSystemScope>true</includeSystemScope> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configur
相关文章
相关标签/搜索