Jhipster客户端无法运行服务器端的成功



这是我的服务器端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...

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

相关内容

最新更新