Intellij, Spring Boot and Angularjs

Asked

Viewed 123 times

-1

I’m running a project Spring Boot e AngularJs no Intellij and I’m trying to access the folder webapp by navigating (localhost:8080/nomedapasta/index.html), only you’re making a mistake

(There was an Unexpected error (type=Not Found, status=404))

and I couldn’t solve it. But through the eclipse I can access the same.

1 answer

1

In your server configuration, "Edit Configurations" in "Deployment" configures the Context Path, example "minhaapp" and use it as follows:

localhost:8080/minhaapp/index.html

  • Thank you I managed to revolve..

Browser other questions tagged

You are not signed in. Login or sign up in order to post.