springmvc+spring配置过程

构建步骤:
1、生成Web目录
2、spring.io官网上下载jar包,或者在Maven上
3、配置web.xml-< web-app>引入springmvc-< servlet>、spring-< listner>
4、配置applicationContext.xml < beans>引入mybatis/hibernate < bean-sqlSessionFactory>、mysql/oracle-< bean-datasource>

Spring使用指南
1、SpringMVC Controller介绍及常用注解
https://www.cnblogs.com/xiepeixing/p/4243288.html

猜你喜欢

转载自blog.csdn.net/z949061740/article/details/79577042