Smith-Cruise / Spring-Boot-Shiro

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

密码的判断 #56

Closed Ccnc-k closed 5 years ago

Ccnc-k commented 5 years ago

判断密码是否匹配竟然是在controller里做的,抛开了reaml的机制,是不是有点不够优雅?

Smith-Cruise commented 5 years ago

确实是有点不够优雅,但是因为我现在用 Spring Security 了,Shiro 这方面就没有怎么研究。Security 那里倒是实现的挺优雅的。