摘要: 使用 SpringBoot 开发用户登录接口,通过 @PostMapping 定义路由并采用 @RequestBody 接收 JSON 请求参数,结合 BCryptPasswordEncoder 实现密码加密存储与验证;Vue 端基于 Element UI 构建表单,通过 Axios 发送配置了 C 阅读全文
posted @ 2025-04-10 15:10 Jacksoner 阅读(11) 评论(0) 推荐(0)