日期:2014-05-18  浏览次数:20701 次

mybatis generator 去除驼峰命名
感谢各大神路过 .....
MyBatis

------解决方案--------------------
?The file specifies only one table will be introspected, but many more could be specified. Important notes about the specified table include: ?The generated objects will be based on the name Customer (CustomerKey, Customer, CustomerMapper, etc.) - rather than on the table name.
?Actual column names will be used as properties. If this property were set to false (or not specified), then MBG would attempt to camel case the column names. In either case, the name can be overridden by the <columnOverride> element

http://mybatis.org/generator/configreference/xmlconfig.html