Spring Boot Controller not mapping

前端 未结 9 1475
慢半拍i
慢半拍i 2021-02-05 02:55

I have used STS and now I am using IntelliJ Ultimate Edition but I am still getting the same output. My controller is not getting mapped thus showing 404 error. I am completely

9条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-05 03:13

    I found the answer to this. This was occurring because of security configuration which is updated in newer versions of Spring Framework. So i just changed my version from 1.5.4 to 1.3.2

提交回复
热议问题