简体   繁体   English

JDL的MSQL DDL-Jhipster

[英]MSQL DDL from JDL - Jhipster

Hi Have started working with JHipster recently. Hi Have最近开始与JHipster合作。 Wanted to know if there is way with which JDL can be converted to DDL to be exported to MySQL database. 想知道是否存在将JDL转换为DDL并导出到MySQL数据库的方法。 Seems a newbie question but did not get much answers on google. 似乎是新手问题,但在Google上没有得到太多答案。 Or is it that when we configure local MySQL using application-dev.yml what every entity changes we do gets propagated to the MySQL, not completely sure here please help me out with this. 还是当我们使用application-dev.yml配置本地MySQL时,我们所做的每个实体更改都会传播到MySQL,在此不能完全确定,请为此提供帮助。

Wanted to know if there is way with which JDL can be converted to DDL to be exported to MySQL database 想知道是否存在将JDL转换为DDL以导出到MySQL数据库的方法

Generate codes then run project so your tables will create and you can get ddl. 生成代码,然后运行项目,以便创建表并获取ddl。

Or is it that when we configure local MySQL using application-dev.yml what every entity changes we do gets propagated to the MySQL 还是当我们使用application-dev.yml配置本地MySQL时,我们所做的每个实体更改都会传播到MySQL

This is what exacly liquibase do for us. 这正是exquibase为我们所做的。 It will managing and applying database schema changes. 它将管理和应用数据库架构更改。 For more information visit here 欲了解更多信息,请点击这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM