当前位置: 代码迷 >> J2EE >> mybatis generator 除去驼峰命名
  详细解决方案

mybatis generator 除去驼峰命名

热度:673   发布时间:2016-04-21 22:17:52.0
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
  相关解决方案