dyc87112 / SpringBoot-Learning

《Spring Boot基础教程》,2.x版本持续连载中!点击下方链接直达教程目录!
https://blog.didispace.com/spring-boot-learning-2x/
15.74k stars 4.88k forks source link

springboot+mybatis使用问题 #45

Open geekchenzx opened 4 years ago

geekchenzx commented 4 years ago

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

RedSunGreat commented 4 years ago

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

在 2020-06-02 09:40:07,"小陈同学" notifications@github.com 写道:

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

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