jhipster http://localhost:8080/登錄報錯,求大神指條明路

背景:
第一次用jhipster創建項目,因爲公司需求,在選擇數據庫的時候選擇了SQL server 項目可以正常啓動,且不報錯,數據庫顯示也連接上數據庫了,登錄的時候就。。。如下圖在這裏插入圖片描述
後臺報錯信息如下:
2018-12-03 15:08:59.452 ERROR 688 — [ XNIO-2 task-9] o.h.engine.jdbc.spi.SqlExceptionHelper : ‘hibernate_sequence’ 附近有語法錯誤。
2018-12-03 15:08:59.467 ERROR 688 — [ XNIO-2 task-9] c.m.myapp.aop.logging.LoggingAspect : Exception in com.mycompany.myapp.repository.CustomAuditEventRepository.add() with cause = ‘org.hibe
rnate.exception.SQLGrammarException: could not extract ResultSet’ and exception = ‘could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not
extract ResultSet’

org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet

... 230 common frames omitted

新建項目,代碼沒有改動過,不知道錯在哪,求大神給條明路