首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Jhipster导出表

Jhipster导出表
EN

Stack Overflow用户
提问于 2017-05-23 20:13:37
回答 2查看 1.3K关注 0票数 3

您好,这是有可能导出的表的deja生成器由jhipster的格式jh也这个https://jhipster.github.io/jdl-studio/

也就是说,我想要在我的机器上导出jhipster的模式,而不是导入

EN

回答 2

Stack Overflow用户

发布于 2017-05-26 06:27:34

如果您使用的是jhipster cli 4.5.1的最新版本,您可以通过提供export-jdl参数来生成它。

代码语言:javascript
复制
➜  ~ jhipster --help

  Usage: jhipster [command] [options]


  Commands:

    app                       Create a new JHipster application based on the selected options
    aws                       Deploy the current application to Amazon Web Services
    ci-cd                     Create pipeline scripts for popular Continuous Integration/Continuous Deployment tools
    client                    Create a new JHipster client-side application based on the selected options
    cloudfoundry              Generate a `deploy/cloudfoundry` folder with a specific manifest.yml to deploy to Cloud     Foundry
    docker-compose            Create all required Docker deployment configuration for the selected applications
    entity [name]             Create a new JHipster entity: JPA entity, Spring server-side components and Angular     client-side components
    export-jdl [jdlFile]      Create a JDL file from the existing entities
    heroku                    Deploy the current application to Heroku
    import-jdl [jdlFiles...]  Create entities from the JDL file passed in argument
    info                      Display information about your current project and system
    kubernetes                Deploy the current application to Kubernetes
    languages [languages...]  Select languages from a list of available languages. The i18n files will be copied to the /    webapp/i18n folder
    openshift                 Deploy the current application to OpenShift
    rancher-compose           Deploy the current application to Rancher
    server                    Create a new JHipster server-side application
    service [name]            Create a new Spring service bean
    upgrade                   Upgrade the JHipster version, and upgrade the generated application
    completion                Print command completion script

  Options:

    -h, --help     output usage information
    -d, --debug    enable debugger
    -V, --version  output the version number

  For more info visit https://jhipster.github.io

➜  ~     
票数 3
EN

Stack Overflow用户

发布于 2017-05-23 21:28:48

目前有一个模块正在开发中,它将对您有所帮助:https://www.npmjs.com/package/generator-jhipster-db-helper

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/44134524

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档