新增:app端鉴权,手机密码登录和手机验证码登录

This commit is contained in:
ruying408
2024-08-04 00:43:32 +08:00
parent 733c290fe5
commit bcde35a670
41 changed files with 936 additions and 436 deletions

View File

@@ -128,6 +128,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies>
<build>