In eclipse a spring boot webflux websocket application runs correctly as gradle boot run but errors as a spring boot app

前端 未结 1 1831
刺人心
刺人心 2021-01-25 21:06

So it all runs fine from gradle bootRun as below, with the spring boot annotations hooking in configuration and control for websockets and so when I navigate to http://localhost

相关标签:
1条回答
  • 2021-01-25 21:10

    I had to first of all run the application as a Java Application

    0 讨论(0)
提交回复
热议问题