摘要:
1、项目架构如图 web3.0项目,tomcat9.0,自动生成web.xml文件 按照mybatis配置,先自动生成dao层,更改相应信息 我mybatis如何配置: https://www.cnblogs.com/wangxue1314/p/11852137.html 2、具体文件配置展示 1、 阅读全文
摘要:
一、概念 1、SpringMVC,工作原理是什么? 1)客户端发送请求,被Spring前端的DispatherServlet捕获 2)解析url,找到handler,执行handler 3)DispatherServlet返回ModelandView 4)ModelandView选择合适的ViewR 阅读全文