摘要: parent的pom.xml 直接在IDEA里面运行SpringBoot启动类是可以正常访问的,但是使用mvn install打包后,报出如下错误: 其中,Springboot启动包是rest包,当中引用了service包中的User类,在打包之后的rest.jar里面lib目录下有service. 阅读全文
posted @ 2017-11-03 14:44 龙昊雪 阅读(15510) 评论(0) 推荐(0) 编辑