完成 yudao-sso-demo-by-code 实现修改用户的信息

This commit is contained in:
YunaiV
2022-10-01 20:30:15 +08:00
parent fc7a6c782a
commit ea71002ed6
12 changed files with 236 additions and 17 deletions

View File

@ -49,6 +49,12 @@
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.5</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>