1
votes

this is my server side jdl file, this is success

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

this is client side,this is failed,i have tried a lot time change configure,i dont know the reason

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

    entities and relationship...
1

1 Answers

0
votes

it just because my very complicated entities and relationships ,if there someone want to see it, i will paste id on