Smith-Cruise / Spring-Boot-Shiro

Shiro基于SpringBoot +JWT搭建简单的restful服务
1.64k stars 504 forks source link

@requestmapping #46

Closed yaojunWang closed 5 years ago

yaojunWang commented 5 years ago

All request return Request method 'GET' not supported?

Smith-Cruise commented 5 years ago

你控制器上面是允许用GET方法的吗,而且应该是GetMapping

yaojunWang commented 5 years ago

除了版本,其他都拷贝的你的例子,发现启用Shiro注解后,其他的注解就有问题。

Smith-Cruise commented 5 years ago

也许你可以试试Spring Security来操作,个人感觉兼容性比shiro好很多:)