Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
350 views
in Technique[技术] by (71.8m points)

java - Jhipster blank page

enter image description hereI 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.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

These commands helped me

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...