我在jhipster微服务项目工作,一切都很好,直到我成功
websocket spring-websocket
进入我的jdl文件中的网关应用程序,现在当我运行项目时,总是会失败
Failed to instantiate [org.springframework.web.servlet.HandlerMapping]: Factory method 'stompWebSocketHandlerMapping' threw exception; nested exception is java.lang.IllegalStateException: No suitable default RequestUpgradeStrategy found
我使用的应用程序位于jhipster generator 7.0.0生成的框的右侧
我使用的jdl是:
application {
config {
baseName usergateway,
packageName fr.teamsyst.trade4talent.usergateway,
applicationType gateway,
authenticationType jwt,
databaseType mongodb,
devDatabaseType mongodb,
prodDatabaseType mongodb,
serviceDiscoveryType eureka,
testFrameworks [protractor],
nativeLanguage fr,
languages [fr, en],
jhiPrefix t4t,
websocket spring-websocket,
}
entities *
}
暂无答案!
目前还没有任何答案,快来回答吧!