JHipster
Версия от 05:25, 12 сентября 2017; FireWolf (обсуждение | вклад) (→Запуск и отладка тестов в Eclipse)
Применение material-design
npm install -g generator-jhipster-bootstrap-material-design yo jhipster-bootstrap-material-design
Добавление/редактирование сущности
yo jhipster:entity points
Angular4
Пересобрать клиентскую часть:
yarn run cleanup && yarn run webpack:build:main
Запуск и отладка тестов в Eclipse
Если не работает запуск и вываливается с ошибкой:
Caused by: org.hibernate.cache.NoCacheRegionFactoryAvailableException: Second-level cache is used in the application, but property hibernate.cache.region.factory_class is not given; please either disable second level cache or set correct region factory using the hibernate.cache.region.factory_class setting and make sure the second level cache provider (hibernate-infinispan, e.g.) is available on the classpath.
- открыть файл src/test/resources/config/application.yml
- отредактировать (добавить перевод)
- сохранить
- вернуть (удалить перевод)
- сохранить
и пробовать запустить заново.