Implemented get current user, get user profile, and onboard features

This commit is contained in:
2026-01-10 16:06:34 +01:00
parent cf36cd5150
commit 89c2c12074
22 changed files with 811 additions and 0 deletions

View File

@@ -87,6 +87,12 @@
<artifactId>spring-boot-starter-webmvc-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
<version>5.8.43</version>
</dependency>
</dependencies>
<build>