Fork me on GitHub
摘要: 具体问题重现: 在做storm 整合spring-boot的时候,发现spring-boot的父依赖中引入了json-simple这个jar包,版本为1.1.1,而storm核心包storm-core的依赖的simple-json版本为1.1,这就导致了启动storm时候报ClassNotFound 阅读全文
posted @ 2017-01-05 16:30 夏天海岸线 阅读(893) 评论(0) 推荐(0) 编辑
摘要: 引自oschina回复 将springMVC的配置与dubbo配置写在一个配置文件中,注意顺序 阅读全文
posted @ 2016-04-25 09:53 夏天海岸线 阅读(513) 评论(0) 推荐(0) 编辑
摘要: 今天接触了下EhCache 缓存机制,尝试着用jfinal实现了登陆成功后缓存用户对象。有问题还请大家指正。 第一步:配置环境 创建一个web工程,先把jfinal相关配置完成,可以直接用jfinal的demo(连jfinal的demo都没有?在osc搜索下吧)。下载ehcache.ja... 阅读全文
posted @ 2016-01-28 17:15 夏天海岸线 阅读(489) 评论(0) 推荐(0) 编辑
摘要: 项目不能从gitHub上pull代码 在window-preferences-team-git-Configuration中配置key、value 阅读全文
posted @ 2016-01-25 17:53 夏天海岸线 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 使用自带的jetty-server-8.1.8.jar时,访问jsp报错,提示ClassNotFoundException: javax.el.ELResolver 解决方法:改用tomcat启动,pom.xml配置 org.codehaus.mojo ... 阅读全文
posted @ 2016-01-18 15:59 夏天海岸线 阅读(198) 评论(0) 推荐(0) 编辑
摘要: Spring源代码解析(一):IOC容器:http://www.iteye.com/topic/86339 Spring源代码解析(二):IoC容器在Web容器中的启动:http://www.iteye.com/topic/86594 Spring源代码解析(三):Spring JDBC:h... 阅读全文
posted @ 2015-11-17 15:14 夏天海岸线 阅读(97) 评论(0) 推荐(0) 编辑
摘要: ancher 1 2 3 111122133144 222 333 阅读全文
posted @ 2015-08-21 16:02 夏天海岸线 阅读(482) 评论(0) 推荐(0) 编辑
摘要: images 阅读全文
posted @ 2015-03-31 17:56 夏天海岸线 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 配置文件test.properties中添加Freemarker相关配置信息 locale=zh_TW url_escaping_charset=UTF-8 message.cache_seconds=3600 message.common_path=/WEB-INF/language/... 阅读全文
posted @ 2015-03-11 14:37 夏天海岸线 阅读(808) 评论(0) 推荐(0) 编辑
摘要: SpringUtil.java 用于实例化bean以及获取国际化消息@Component("springUtils")@Lazy(false)public class SpringUtils implements ApplicationContextAware, DisposableBean {... 阅读全文
posted @ 2015-03-09 10:47 夏天海岸线 阅读(237) 评论(0) 推荐(0) 编辑