springmvc
爱吃炒饭的逗比小豆豆
学习之路,道阻且长,行则将至
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring+mybatis后台整合登录实例
无原创 2017-08-07 11:17:55 · 483 阅读 · 0 评论 -
web-inf下jsp文件访问外部资源(springmvc)
1.目录结构(maven项目,太长了,只给部分) 2.springmvc.xml 3.jsp(路径千万千万要注意)原创 2017-08-16 11:07:47 · 1086 阅读 · 0 评论 -
sping+springmvc+mybatis登录
1.spring+mybatis代码 spring+mybatis代码 2.web.xml springMVCDemo org.springframework.web.context.ContextLoaderListener原创 2017-08-07 14:25:03 · 341 阅读 · 0 评论 -
springmvc+spring+mybatis(简单登录)+aop日志管理
1.logger日志类 package com.springmvc.manage.model; import org.springframework.stereotype.Component; @Component public class Logger { private int logger_id; private String logger_name; private Stri原创 2017-08-23 09:16:59 · 1085 阅读 · 0 评论 -
springmvc页面跳转后缀HTML和jsp不同时的解决方案
1.创建工具类 public class HtmlResourceView extends InternalResourceView { @Override public boolean checkResource(Locale locale){ File file=new File(this.getServletContext().getRealPath("/")+getUrl(转载 2017-09-22 09:36:32 · 13041 阅读 · 2 评论
分享