Spring MVC “duplicates” parts of the URL

后端 未结 4 1350
攒了一身酷
攒了一身酷 2021-02-14 12:14

I have a simple @Controller within a spring-mvc environment. This is the Controller:

@Controll         


        
4条回答
  •  感动是毒
    2021-02-14 12:46

    I had the same problem.

    I fixed it by replacing @Controller with @RestController.

提交回复
热议问题