jhipster客户端无法运行,服务器端成功

问题描述 投票:1回答:1

这是我的服务器端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个回答
0
投票

它只是因为我非常复杂的实体和关系,如果有人想看到它,我会粘贴id

© www.soinside.com 2019 - 2024. All rights reserved.