Angular 2 HTTP GET 404 Not Found for URL

前端 未结 3 1292
再見小時候
再見小時候 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:36

    I had a similar issue, after some frustrating researches I solved the 404 error thanks to this. The order of imports matters.
    Hope it helps someone.

提交回复
热议问题