添加common依赖

This commit is contained in:
daiqy88
2025-12-10 09:57:42 +08:00
parent 2886ae7e0b
commit 5cb62925ed

View File

@@ -63,6 +63,11 @@
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.4.0</version>
</dependency>
<!-- Spring Boot 3.x 适配Jakarta EE Servlet API仅编译期依赖 -->
<dependency>