SSM_Spring+SpringMVC+MyBatis学习
Posted rainsc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SSM_Spring+SpringMVC+MyBatis学习相关的知识,希望对你有一定的参考价值。
没听过的重点部分
- springSecurity
4.0开始默认打开_csrf防护,但是会导致403 forbidden问题,所以可以关闭,但是关了就没有csrf防护了
其中还有传递的token和加密的value
这个功能在前端实现,使用了一个隐藏的input
但是在学习中是关闭的,每个传值都需要进行post太过麻烦
以上是关于SSM_Spring+SpringMVC+MyBatis学习的主要内容,如果未能解决你的问题,请参考以下文章
精品源码Spring MVC+Mybatis+Shiro+Bootstrap仓库管理系统
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.myba