-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
点击生成之后根本就没有反应,什么都没生成 #25
Comments
试试支持社区版的Mybatis Builder |
数据库MySQL,点击生成代码后也是什么都没生成,也没有报错提示和执行日志等信息 |
可能路径不存在,检查一下目标路径是否存在 |
我也是什么都没有 |
没进度,没反应,没有报错信息 |
点完生成之后没反应。 |
都是一样的问题!好奇怪 |
把.idea里面better-mybatis-generator的配置给删除,然后重新弄一遍就可以了 |
嗯 在我的项目的对应的.idea 文件夹中把配置删除了,然后重启了一下idea,重新使用依旧无法啊生成文件,只有文件夹。 |
我也是啥都没有啊。。 |
如果使用8.0版本的驱动,需要勾选mysql_8选项,同时url中,补充上useSSL和serverTimeZone参数,例如:jdbc:mysql://localhost:3306/springboot?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai |
文件夹也没生成,错误提示也没有。 |
只有文件夹 |
我也是连接成功 但是没有生成 后面发现是数据库url设置的问题 3306/后忘记带 数据库 的名字了 |
lol |
我也是这个问题,idea 里面不写数据库名字没事,但是这个插件就不那么智能了 |
正解 |
点击生成之后根本就没有反应,什么都没生成,然后插件的弹窗也总是被 idea 的主窗口覆盖,不能前置
The text was updated successfully, but these errors were encountered: