2015年6月11日
摘要: 1.写一个SpringContext的工具类 实现ApplicationContextAware接口 1 import org.springframework.beans.BeansException; 2 import org.springframework.beans.factory.NoSuc... 阅读全文
posted @ 2015-06-11 08:45 dobestself_994395 阅读(493) 评论(0) 推荐(0) 编辑
摘要: 1.部署tomcat首先需要在tomcat的tomcat-users配置文件中引入manager相应的权限在pom.xml的build中添加tomcat插件 org.codehaus.mojo ... 阅读全文
posted @ 2015-06-11 08:40 dobestself_994395 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 1.Spring集成MongoDB的集成配置若使用Maven项目,则添加包依赖。 org.springframework.data spring-data-mongodb 1.2.0.RELEASE ... 阅读全文
posted @ 2015-06-11 08:20 dobestself_994395 阅读(325) 评论(0) 推荐(0) 编辑