Application generated with JHipster 4 returning blank page on 8080, but not on 9000

前端 未结 5 862
借酒劲吻你
借酒劲吻你 2020-12-28 18:04

I\'ve create an application with JHipster v4. When I make a request on port 8080 it is returning a blank page. If I use yarn start, and I make a request to 9000

5条回答
  •  不思量自难忘°
    2020-12-28 18:41

    For me (using npm for the front-end), just running npm start before mvnw makes the front-end available on 8080. On the other hand, running npm start after mvnw will bring a blank page on 8080.

提交回复
热议问题