Angular 2 HTTP GET 404 Not Found for URL

前端 未结 3 1302
再見小時候
再見小時候 2020-12-08 21:02

I am trying to integrate Angular 2 application with Java Spring Boot backend. For the moment, I place my Angular 2 files under src/main/resources/static (meanin

3条回答
  •  没有蜡笔的小新
    2020-12-08 21:57

    In Chrome or Firefox you can see the HTTP requests and responses your application executes (just hit F12 and select the Network tab). Since you are saying it is working with your browser or Postman, you can compare both requests and should quickly find the difference.

提交回复
热议问题