2016年1月6日

Mybatis入门

摘要: 1、建立mybatis配置文件SqlMapConfig.xml(名称不唯一),它是mybatis的全局配置文件:--properties属性:将数据库连接参数放到db.properties中;--settings全局参数配置:参数会影响mybatis的运行行为;--typeAliases(别名):可... 阅读全文
posted @ 2016-01-06 15:15 _taoGe 阅读(130) 评论(0) 推荐(0) 编辑