摘要: 调试maven web项目时出现缺少库的情况导致项目无法启动 可是打包到tomcat发布却一切正常 后来在stackoverlow上找到了解决方案 项目右键属性->Deployment Assembly->add->java build path entries添加maven库就OK了 阅读全文
posted @ 2016-12-26 17:29 chrischris 阅读(175) 评论(0) 推荐(0)
摘要: 集中记录spring常见注解 供今后查阅 @ControllerAdvice: ControllerAdvice的定义为: ControllerAdvice注解的作用是将@ExceptionHandler、@InitBinder、@ModelAttribute应用到到所有的requestmappin 阅读全文
posted @ 2016-12-26 15:17 chrischris 阅读(91) 评论(0) 推荐(0)