Я пытаюсь запустить приложение basi c Jhipster из файла .jdl
ниже.
Я запускаю следующие команды:
jhipster import-jdl sample.jdl
./mvnw
- После завершения сборки я открываю в своем браузере http://127.0.1.1: 8080 /
Оттуда я вижу следующую ошибку :
Файл JDL
application {
config {
baseName sample,
applicationType monolith,
packageName com.sample.myapp,
prodDatabaseType postgresql,
cacheProvider infinispan,
buildTool maven,
useSass true,
testFrameworks [protractor]
}
entities *
}
entity Parent {
symbol String unique
description String
}
entity Child {
location String unique
comment String
balance Long
childType ChildType
}
enum ChildType {
ALPHA,
BETA
}
relationship OneToMany {
Parent to Child
}
Журналы
Журнал можно просмотреть по адресу https://gist.github.com/magick93/72354c7f20c52180b0ffa53ae5b6b70b
Версии
Java
openjdk 12.0.2 2019-07-16
OpenJDK Runtime Environment (build 12.0.2+10)
OpenJDK 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing)
Узел
Jhipster
INFO! Using JHipster version installed locally in current project's node_modules
Дополнительно
Еще пробовал
npm install
npm start
jhipster import-jdl sample.jdl
./mvnw
Но все равно получить ту же ошибку