码迷,mamicode.com
首页 >  
搜索关键字:spring+mybatis配置    ( 16个结果
spring 和持久化技术的集成:
1 spring mybatis 配置事务管理:                                   factory-method="decrypt">                                                                     ...
分类:编程语言   时间:2016-04-26 22:13:24    阅读次数:478
SpringMVC+Spring+MyBatis配置
今天配置项目时遇到一个问题,tomcat启动没有报错,但是访问页面的时总是报404,后台打印的日志是:8080-exec-1] WARN springframework.web.servlet.PageNotFound -No mapping found for HTTP request with ...
分类:编程语言   时间:2015-11-07 19:05:50    阅读次数:284
SpringMVC+Spring+Mybatis整合
创建web工程用eclipse或idea创建一个web工程,在这里演示使用idea,项目命名为ssm建立工程目录框架根据习惯,简历包目录,分别为 config 在其中创建两个子包mybatis和spring,分别用来放置spring、mybatis配置文件 mapper 用来放置mybatis的mapper接口和mapper.xml service service层的javabean cont...
分类:编程语言   时间:2015-07-02 10:17:53    阅读次数:227
Eclipse Maven Spring MyBatis 配置
4.0.0 com.sxs nsecn 0.0.1-SNAPSHOT pom sxs-xxz sxs-xxy sxs-xxv sxs-xxw UTF-8 4.1...
分类:编程语言   时间:2015-06-23 00:44:39    阅读次数:387
spring对mytatis的xml配置以及quartz
前言:使用spring+mybatis+mysql的框架构建Java代码已经有段时间了,但是对于applicationContext.xml文件中的配置项并没有很明确的概念性知识,经过阅读《spring实战3》,结合项目中运用的知识,对本文件的配置做一些说明,同时,非常迫切的希望有这方面经验的朋友对datasource的配置项提出一些指导性的建议。 Java项目 applicationCont...
分类:编程语言   时间:2014-12-11 14:09:54    阅读次数:237
spring+mybatis 配置问题
spring-mvc文件配置<mvc:resourcesmapping="/static/**"location="/static/"/>//过滤可访问的静态文件,可以不经过spring的servlet<beanclass="org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter"><propertyname="messageConvert..
分类:编程语言   时间:2014-11-10 15:50:03    阅读次数:253
16条   上一页 1 2
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!