SpringBoot-Learning
SpringBoot-Learning copied to clipboard
springboot+mybatis使用问题
trafficstars
数据库表名有前缀,用下划线链接 并且使用generator自动生成代码 。 但是生成不了有下划线的表实体类 这种情况怎么处理啊
在代码生成器后面加下划线和后缀,如: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.