SpringBoot-Learning icon indicating copy to clipboard operation
SpringBoot-Learning copied to clipboard

springboot+mybatis使用问题

Open geekchenzx opened this issue 5 years ago • 1 comments
trafficstars

数据库表名有前缀,用下划线链接 并且使用generator自动生成代码 。 但是生成不了有下划线的表实体类 这种情况怎么处理啊

geekchenzx avatar Jun 02 '20 01:06 geekchenzx

在代码生成器后面加下划线和后缀,如:pre_123_post

在 2020-06-02 09:40:07,"小陈同学" [email protected] 写道:

数据库表名有前缀,用下划线链接 并且使用generator自动生成代码 。 但是生成不了有下划线的表实体类 这种情况怎么处理啊

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

RedSunGreat avatar Jun 10 '20 13:06 RedSunGreat