Jhipster blank page

牧云@^-^@ 提交于 2019-12-24 20:17:24

问题


I started working on web services. Whenever I try to run existing project in Netbeans. Project builds successfully with result

Application 'Project Name' is running! Access URLs:
    Local:      http://localhost:8090
    External:   http://192.168.1.4:8090
    Profile(s):     [swagger, dev]

When ever I go to browser and try to run this URL. I don't get response. I have no idea what's wrong. Please help me.


回答1:


These commands helped me

1) yarn 2) yarn webpack:build 3) ./mvnw



来源:https://stackoverflow.com/questions/47585713/jhipster-blank-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!