摘要: 1.如果是maven下使用,需要在pom.xml中导入数据库包 <dependencies> <dependency> <groupId>com.yaorange.sbuy</groupId> <artifactId>sbuy-manager-pojo</artifactId> <version>0 阅读全文
posted @ 2016-12-08 17:11 Cookies丨 阅读(436) 评论(0) 推荐(0)
摘要: 简介: 在web.xml中配置SpringMVC拦截路径并指定SpringMVC.xml的位置 不指定的话默认为:servlet.xml 在applicationContext.xml中加入引用 在SpringMVC.xml中加入相同的引用 加入Spring注解驱动 加入Controller的包 指 阅读全文
posted @ 2016-12-08 15:55 Cookies丨 阅读(202) 评论(0) 推荐(0)