I want to compare user's entered password and db password for authentication

后端 未结 0 1889
忘掉有多难
忘掉有多难 2020-12-04 02:51
@RestController
class HelloWorldController {

    @Autowired
    private AuthenticationManager authenticationManager;

    @Autowired
    private JwtUtil jwtTokenUti         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题