| 8 | import cn.dev33.satoken.stp.StpLogic; |
| 9 | |
| 10 | @Configuration |
| 11 | public class JwtConfig { |
| 12 | |
| 13 | // Sa-Token 整合 jwt (Stateless 无状态模式) |
| 14 | // @Bean |
| 15 | // public StpLogic getStpLogicJwt() { |
| 16 | // return new StpLogicJwtForStateless(); |
| 17 | // } |
| 18 | } |
nothing calls this directly
no outgoing calls
no test coverage detected