摘要: til:properties in Spring reads configuration file from a location. And id is defined by util:properties and that id can be used to read property from configuration file. In the below example we have a configuration file in the classpath. And I will read it with help of @Value. app-conf.xml<beansx 阅读全文
posted @ 2013-06-08 15:56 悟寰轩-叶秋 阅读(2388) 评论(0) 推荐(0) 编辑
摘要: org.mybatis.spring.mapper.MapperScannerConfigurer早于配置文件的载入context:property-placeholder解决方式:http://code.google.com/p/mybatis/issues/detail?id=414或直接手写数据源;<bean name="ScannerConfigurer" class="org.mybatis.spring.mapper.MapperScannerConfigurer"> <property name="sqlSess 阅读全文
posted @ 2013-06-08 14:46 悟寰轩-叶秋 阅读(3805) 评论(1) 推荐(0) 编辑