//对密码进行加密(不需要使用其他Md5工具  。spring中有 在digestUtils)
        String password = DigestUtils.md5DigestAsHex(user.getPassword().getBytes());
        user.setPassword(password);

posted on   lshan  阅读(379)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示