摘要:有个特殊需求,一个普通的类,定时任务,需要获取SpringMVC的controller对应的bean: 方法: 如果报错,找不到bean fluController,那么就把这个controller配置到 applicationContext.xml中即可。
阅读全文
随笔分类 - Java-spring/springmvc
摘要:前端调用这个方法报错: HTTP Status 406 – Not Acceptable Type Status Report Description The target resource does not have a current representation that would be a
阅读全文
摘要:1. web.xml 2. 日志文件的位置 1)绝对路径 log4j.appender.R.File=D:/log/xxx.log 2)相对路径: log4j.appender.R.File=../logs/app.log,将日志记录到tomcat下的logs文件夹; log4j.appender.
阅读全文
摘要:直接上代码: 拦截方法:com.xxxx.wx.mapper.MymessageMapper.insert(Mymessage message) 插入消息记录之后,马上推送消息。 配置: spring配置文件中加入扫描: <context:component-scan base-package="c
阅读全文
摘要:解决方法: http://stackoverflow.com/questions/10482563/aop-java-lang-illegalargumentexception-error-at-0-cant-find-referenced-poi updating the AspectJ libr
阅读全文
摘要:直接上代码: 配置下过滤器就行了,chrome 调试的 效果如下,可以看到 chrome浏览器在获取css和js文件时,路径上携带了时间戳: 在开发阶段还是比较有用的。
阅读全文
摘要:问题的描述: 一个项目,涉及到了 两个数据源,分别使用的是 两个不同的 数据库连接池,其中一个是 poxool 连接池,问题在于,spring在启动时,只初始化其中的一个 数据库连接池中的数据库连接,而 poxool配置的数据库连接池,在启动时 没有进行初始化,一个数据库连接也没有初始化好,所以导致
阅读全文
该文被密码保护。
摘要:如何在Java Filter 中注入 Service
阅读全文
摘要:SpringMVC 返回 html 视图页面,SpringMVC与Servlet,Servlet重定向与转发
阅读全文
摘要:java.lang.IllegalStateException: The mapped controller method class 'com.xx.controller.xxController' is not an instance of theactual controller bean instance 'com.sun.proxy.$Proxy45'. If the controller requires proxying (e.g. due to @Transactional),please use class-based proxying.
阅读全文
摘要:SpringMVC 的 Controller 返回各种视图的处理方式
阅读全文
摘要:Mybatis 数据库物理分页插件 PageHelper
阅读全文
摘要:springMVC 接收数组参数,mybatis 接收数组参数,mybatis批量插入/批量删除案例
阅读全文
摘要:单点登录系统(SSO)之CAS(中央认证服务)
阅读全文
摘要:深入理解spring中的各种注解
阅读全文
摘要:深入剖析 Spring 框架的 BeanFactory
阅读全文
摘要:Spring中Template模式与callback的结合使用浅析
阅读全文
摘要:Spring, MyBatis 多数据源的配置和管理
阅读全文