spring整合Struts、mybatis
哒哒哒菓子
萌新萌新
展开
-
阿里云大学JavaWeb开发系列课程:Spring框架入门第二十五讲案例点菜
jar包 /order/WebRoot/WEB-INF/lib/aopalliance.jar /order/WebRoot/WEB-INF/lib/asm-3.3.1.jar /order/WebRoot/WEB-INF/lib/asm-commons-3.3.jar /order/WebRoot/WEB-INF/lib/asm-tree-3.3.jar /order/WebRoot/WEB-...原创 2020-03-21 17:25:47 · 221 阅读 · 0 评论 -
阿里云大学JavaWeb开发系列课程:Spring框架入门第二十四讲使用注解开发
UserAction.java package cn.sxt.action; import java.util.List; import cn.sxt.service.UserService; import cn.sxt.vo.User; public class UserAction { private List<User> list; private UserSe...原创 2020-03-18 17:18:39 · 138 阅读 · 0 评论 -
阿里云大学JavaWeb开发系列课程Spring框架入门第二十三讲Struts2整合mybatis
1、jar包 aopalliance.jar asm-3.3.1.jar asm-commons-3.3.jar asm-tree-3.3.jar aspectjweaver.jar cglib-2.2.2.jar commons-fileupload-1.2.2.jar commons-io-2.0.1.jar commons-lang3-3.1.jar commons-logging-1.1...原创 2020-03-17 16:11:42 · 151 阅读 · 0 评论