Skip to content
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

配置无法保存 #67

Open
Piean opened this issue Aug 17, 2020 · 4 comments
Open

配置无法保存 #67

Piean opened this issue Aug 17, 2020 · 4 comments

Comments

@Piean
Copy link

Piean commented Aug 17, 2020

  1. DB Config 和各个Model的路径配置无法保存,很多时候再次使用Generate Code时会重置成默认值
  2. 希望能支持各Model代码后缀名称自定义
  3. 另外建议这些配置可以使用properties文件进行配置
    谢谢!
@mustfun
Copy link
Owner

mustfun commented Aug 17, 2020

1、有没有报错,点apply的时候
2、可以的
3、properties放哪儿呢,只能通过菜单的形式,在ui面板上配置呀

@Piean
Copy link
Author

Piean commented Aug 17, 2020

1.没有报错,而且这些配置有时候再次进来还是上次填写的,下次是不是就不好说了(且大概率会被重置),就只能全部重填
3.properties可以考虑放在工程resource目录下,就和spring配置文件同级,一般一个工程也只会有一个的。配置文件能配置数据库连接,要生成代码的表名(支持多个),各层代码路径和是否生成选项即可。

详细描述一下代码生成界面的配置重置问题:
image
这个数据库连接信息我在DB Config填写了,第一次进入这个界面能读取到,或者我在这个界面填写的,一旦发生配置重置,DB Config的信息和这里的连接信息都会丢失,各层目录后面的“记住当前位置”选项是否勾选也没有作用,这些路径也会同时被重置

感谢!

@mustfun
Copy link
Owner

mustfun commented Aug 17, 2020

一旦发生配置重置 , 这句话是指重新链接另外一个数据库吗?
工程resource目录下,用户就改不了了,不可能要求每个用户都自己去打包文件的,所以还是要放在ui面板上

@Piean
Copy link
Author

Piean commented Aug 17, 2020

1.发生配置重置就变成图示的默认值,比如数据库地址变成:localhost,用户名密码变成:root,路径变成其它的,这个路径像是自动获取的,反正不是我上次选则的
2.配置文件也就是生成代码的时候读取使用一下,不用打包,使用这个工具实在项目开发阶段,每个开发人员都可以随时本地修改这个配置文件的,不过这个不支持也无所谓的,使用GUI也完全OK,只是有BUG,填写的配置信息不能保留就很难受

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants