
springboot
夹兰朵露的枕头
这个作者很懒,什么都没留下…
展开
-
springboot打包项目公用jar包打包不上的问题
springboot项目在打包时候一些公共的项目jar打包会报错,导致很多工具类或者通用的类找不到1.看自己的父项目pom.xml是否有springboot打包插件,如下:src/main/resourcestrueorg.springframework.bootspring-boot-maven-plugin如果父项目有要删除,以免依赖到公共的项目中,如果嫁接到公...原创 2019-08-21 16:32:07 · 1141 阅读 · 1 评论 -
springboot聚合工程中不继承的另一种写法
springboot聚合工程如果父项目在自己公司依赖有继承,spring官网提供了另一种方式构建springboot项目,如下: <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId>...原创 2019-08-27 16:26:52 · 350 阅读 · 0 评论