整合SSM框架要做哪些事情:
SpringMVC: pom








springmvc.xml

springcore.xml



mybatisconfig.xml

db.properties

生成 pojo\mapper接口\mapper映射文件
使用逆向工程的方法:
generatorConfig.xml



MBGTest类:生成基本的pojo\mapper接口\mapper映射文件

TestController.java

注意:虽然在老期的项目中,一般都是使用ssm项目做开发的,虽然现在的主流开发是springboot来做开发,但是ssm的基本整合还是需要掌握的