
springmvc
爱吃炒饭的逗比小豆豆
学习之路,道阻且长,行则将至
展开
-
spring+mybatis后台整合登录实例
无原创 2017-08-07 11:17:55 · 453 阅读 · 0 评论 -
web-inf下jsp文件访问外部资源(springmvc)
1.目录结构(maven项目,太长了,只给部分)2.springmvc.xml3.jsp(路径千万千万要注意)原创 2017-08-16 11:07:47 · 1063 阅读 · 0 评论 -
sping+springmvc+mybatis登录
1.spring+mybatis代码spring+mybatis代码2.web.xml springMVCDemo org.springframework.web.context.ContextLoaderListener原创 2017-08-07 14:25:03 · 319 阅读 · 0 评论 -
springmvc+spring+mybatis(简单登录)+aop日志管理
1.logger日志类package com.springmvc.manage.model;import org.springframework.stereotype.Component;@Componentpublic class Logger { private int logger_id; private String logger_name; private Stri原创 2017-08-23 09:16:59 · 1046 阅读 · 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 · 12991 阅读 · 2 评论