Jhipster导出表

Jhipster导出表,jhipster,jdl,Jhipster,Jdl,您好,jhipster也可以以jh格式导出表deja generer 也就是说,使用相反的方法而不是导入我想在我的机器上导出jhipster的模式目前正在开发的一个模块将有帮助:如果您使用的是jhipster cli的最新版本4.5.1,您可以通过提供导出jdl参数来生成它 ➜ ~ jhipster --help Usage: jhipster [command] [options] Commands: app Create

您好,jhipster也可以以jh格式导出表deja generer


也就是说,使用相反的方法而不是导入我想在我的机器上导出jhipster的模式

目前正在开发的一个模块将有帮助:

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

➜  ~ 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

➜  ~