update:添加SM2国密加密的登录接口

This commit is contained in:
3030332422
2025-09-23 09:58:27 +08:00
parent f785219a43
commit ffba2f4fa3
9 changed files with 300 additions and 0 deletions
+6
View File
@@ -199,6 +199,12 @@
<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
<version>${knife4j.version}</version>
</dependency>
<!-- BouncyCastle SM2加密 -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78</version>
</dependency>
<!-- springdoc -->
<dependency>
<groupId>org.springdoc</groupId>