
Spring
agoodcoolman
需要加油!土地是以它的肥沃和收获而被估价的;才能也是土地,不过它生产的不是粮食,而是真理。如果只能滋生瞑想和幻想的话,即使再大的才能也只是砂地或盐池,那上面连小草也长不出来的。
展开
-
Does your handler implement a supported interface like Controller?] with root cause
spring MVC 出现以下错误,是因为我再Controller中,我没有配置@RequestMapping(method = {RequestMethod.POST,RequestMethod.GET}) 严重: Servlet.service() for servlet [auth] in context with path [/Auth2] threw exception [No adap原创 2016-05-27 20:48:13 · 1533 阅读 · 0 评论 -
Spring Hibernate4 连接几次后连接异常, Cannot get a connection, pool error Timeout waiting for idle object
之前我是通过 把SessionFactory的对象注入到Dao层,然后用OpenSession的方法去操作数据库,出现了标题的错误. 然后问题的原因我也不知道,我现在改成这样getCurrentSession().更改方法如下: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.or原创 2017-03-02 17:13:58 · 1595 阅读 · 0 评论