SSH 通常指的是
Struts2 做控制器(controller)Spring 管理各层的组件Hibernate 负责持久化层。
SSM 则指的是
SpringMVC 做控制器(controller)Spring 管理各层的组件MyBatis 负责持久化层。
基本逻辑