在org.telosys.tools.commons.dbcfg.dbconnectionmanager.getConnection(第76行)的数据库中没有配置
我试图从现有mySQL
数据模型
中获取所有实体
(在STS中)。 我一直在研究许多工具,最后决定使用'telosys
'。 该市场工具允许您轻松获取实体,只需要配置url
,用户名
,password
...自动填充。
创建模型时我有问题,这给了我telosys
错误。
无法创建数据库
模型
我不太了解您的意思,它说没有database
的配置,但是我已经填写了在一切必要的情况下。 我找不到so
或在网络上找到有关此错误的信息。
非常感谢您的任何帮助。
我知道有一个g9-tool
可以做这种自动数据库
to entity
转换,但是我的数据模型有很多表格, G9
允许您免费使用最多12个表。
I am trying to get all entities
(in STS) from an existing MYSQL
data model
.
I have been researching many tools, and finally decided to use 'telosys
'.
This marketplace tool allows you to easily obtain the entities, it is only necessary to configure the url
, username
, password
... and the rest is filled in automatically.
I have the problem when creating the model, which gives me a Telosys
error.
Cannot create database
model
I don't understand very well what you mean, it says that there is no configuration for the database
, but I have filled in everything necessary.
I can't find information about this error either by SO
or on the web.
Thank you very much for any kind of help.
I know there is a g9-tool
to do this kind of automatic database
to entity
conversions, but my data model has a lot of tables, and g9
allows you free use of up to 12 tables.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在标题标题中,看起来“ databases.cfg”之前似乎有一个'*'。
因此,我猜您的文件尚未保存,因此生成器找不到您的新数据库配置。
在启动“创建模型”或“更新模型”之前,请确保保存文件'databases.cfg'(使用ctrl-s或菜单:“ file-save”)
It looks like there is a '*' before 'databases.cfg' in the tab title.
So I'm guessing your file hasn't been saved yet and therefore the generator can't found your new database configuration.
Make sure to save the file 'databases.cfg' (with Ctrl-S or with the menu: "File-Save") before launching "Create model" or "Update model"