增加认证接口

This commit is contained in:
2025-08-18 23:30:58 +08:00
parent 7497c23113
commit 400ebeef3e
6 changed files with 82 additions and 8 deletions

View File

@ -75,6 +75,11 @@
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>