
Maven
CrayonIsMe
一个Java程序员
展开
-
创建Maven多模块跳坑指南
IDEA 1.web模块选择webpp 2.service模块不选择任何archetype 3.在Project struct上设置web依赖service模块 4.在Project struct上设置web的Facets为web 5.在Artifacts上添加web 6.在web的POM.xml上添加servelt依赖和service依赖...原创 2018-09-21 18:36:59 · 267 阅读 · 0 评论 -
整合springmvc失败的原因:
IDEA1.子模块版本号2.配置contextConfigLocation时都要将spring-context和mybatis加进来3.mvn clean install package -Dmaven.test.skip=true ,记得package原创 2018-09-21 18:38:10 · 175 阅读 · 0 评论 -
Maven多模块Spring + SpringMVC + Mybatis整合
http://www.leeyom.top/2017/08/01/tech-maven-multi-module-ssm/转载 2018-09-21 18:38:54 · 338 阅读 · 0 评论