【问题标题】:jhipster client cannot run,server side successjhipster客户端无法运行,服务器端成功
【发布时间】:2019-03-08 14:04:39
【问题描述】:

这是我的服务器端 jdl 文件,这是成功

    application {
      config {
        baseName preview
        packageName com.jinmed.preview
        devDatabaseType mysql
        cacheProvider ehcache
        authenticationType jwt
        skipClient true
      }
      entities *
    }
    entities and relationship...

这是客户端,失败了,我尝试了很多时间更改配置,我不知道原因

    application {
      config {
        baseName previewBoot
        devDatabaseType mysql
        cacheProvider ehcache
        authenticationType jwt
        skipServer true
      }
      entities *
    }

    entities and relationship...

【问题讨论】:

    标签: javascript angular jhipster


    【解决方案1】:

    只是因为我的实体和关系很复杂,如果有人想看,我会贴上id

    【讨论】:

    • 您的应用程序属于微服务类型?你可以粘贴你所有的jdl吗?一个文件还是两个?
    • 它太大了,我不能在这里粘贴,你可以从这里看到:github.com/scott929/scott929/blob/master/relationfile
    • 我看不出你的实体有问题。我认为你没有正确地创建你的应用程序,你用问题或文件创建应用程序?日志中的错误信息是什么?请使用此更新您的信息。
    • 非常感谢您花时间分析这个问题,我更新了这个文件,实际上我用文件创建了应用程序,现在它已经更新了:github.com/scott929/scott929/blob/master/relationfile
    猜你喜欢
    • 2012-05-19
    • 1970-01-01
    • 1970-01-01
    • 2016-08-26
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-04-24
    • 1970-01-01
    相关资源
    最近更新 更多