
spring
一师兄
能做的:
团队建设
团队管理
产品设计
架构设计
质量管理
各种文档编写
用的不错的:
springcloud redis rabbitmq docker linux mysql
展开
-
Error creating bean with name 'handlerMapping'
org.springframework.beans.factory.BeanCreationException: Error creating bean with name'handlerMapping' defined in ServletContext resource [/WEB-INF/xfiretest-servlet.xml]: Initialization of bean fai转载 2012-08-06 11:30:09 · 13651 阅读 · 0 评论 -
Spring的IOC原理
1. IoC理论的背景我们都知道,在采用面向对象方法设计的软件系统中,它的底层实现都是由N个对象组成的,所有的对象通过彼此的合作,最终实现系统的业务逻辑。图1:软件系统中耦合的对象如果我们打开机械式手表的后盖,就会看到与上面类似的情形,各个齿轮分别带动时针、分针和秒针顺时针旋转,从而在表盘上产生正确的时间。图1中描述的就是这样的一个齿轮组,它拥有多个独立的齿轮,这些齿轮相互啮合在一起,转载 2012-08-22 09:33:09 · 661 阅读 · 0 评论 -
java.lang.ClassNotFoundException: org.springframework.web.util.WebAppRootListener
严重: Error configuring application listener of class org.springframework.web.util.WebAppRootListenerjava.lang.ClassNotFoundException: org.springframework.web.util.WebAppRootListener缺少spring-web j原创 2017-01-23 14:45:30 · 5633 阅读 · 1 评论 -
找不org.springframework.boot.context.embedded.FilterRegistrationBean
原因分析:找不org.springframework.boot.context.embedded.FilterRegistrationBean,查看源码发现:在1.5.6版本中FilterRegistrationBean的包路径已经改为org.springframework.boot.web.servlet.org.springframework.boot.web.servlet.FilterRe原创 2017-12-06 16:35:45 · 4080 阅读 · 0 评论