Spring MVC “duplicates” parts of the URL

后端 未结 4 1358
攒了一身酷
攒了一身酷 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:48

    In addition to @axtvat, pay attention to the differences between @Cotroller and @RestController, @RestController fixed the issue for me. https://dzone.com/articles/spring-framework-restcontroller-vs-controller

提交回复
热议问题