首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2EE开发 >

mybatis generator 除去驼峰命名

2013-09-28 
mybatis generator 去除驼峰命名感谢各大神路过 .....MyBatis[解决办法]?The file specifies only one tab

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

热点排行