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

Categories

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

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

1 Answer

These commands helped me

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...