菜鸟的博客

纵有疾风起,人生不言弃。

导航

2024年1月22日 #

springboot+vue--注册

摘要: * **在UserController中声明一个(/register),接口中包括两个功能://用户名是否已被占用 //注册** ​ public Result register(String username,String password){} * **在UserService(接口)中,实现两 阅读全文

posted @ 2024-01-22 19:08 hhmzd233 阅读(23) 评论(0) 推荐(0) 编辑