1. 程式人生 > >There was an error when generating this application with JHipster解決

There was an error when generating this application with JHipster解決

1.安裝git

2.執行命令:

bower install

jhipster –force

mvnw

image

注意剛開始要建立一個跟專案名一樣的空的資料庫,預設root賬號密碼為空,也可以通過src\main\resources\config 目錄下 application-dev.yml 和 application-prod.yml檔案修改裡面的資料庫連結資訊。