springmvc + spring + mybatis +springboot + maven多模块的项目搭建git
参考:https://blog.csdn.net/hardy_p...github
https://github.com/15326047083/SpringBootMavenSSM
注:若是扫描不了父项目下子项目的公共项目的映射文件就在启动类中添加这句代码:@ComponentScan({"com.tuodata.bid"})spring