SpringBoot实战项目(九)--用户修改功能之显示用户对应角色
最终效果如图--
跟显示用户信息功能原理一样,这里涉及的表示sys_user_role表
UserRoleController
UserRoleService
UserRoleServiceImpl
UserRoleDao
SQL映射--UserRoleMapper.xml
这样就能把整个页面就完成了,当然这里有个小bug--就是初始化数据表只为三个用户关联了角色,所以会导致...