fix(登录问题): 修复登录用户缓存为空的问题

This commit is contained in:
zhuangpeng.li
2025-04-23 11:39:44 +08:00
parent 201bbfeefb
commit 0215feb4b0
18 changed files with 979 additions and 111 deletions

View File

@@ -29,6 +29,11 @@
<version>${dynamic-datasource.version}</version>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
</dependency>
</dependencies>
</project>