From 74355e14088df2c60da6e9a2b026fa0513709de9 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期一, 17 二月 2025 14:19:45 +0800 Subject: [PATCH] 增加授权认证。 --- smart-man-boot/pom.xml | 24 +++++++++++++++--------- 1 files changed, 15 insertions(+), 9 deletions(-) diff --git a/smart-man-boot/pom.xml b/smart-man-boot/pom.xml index 5b64850..d3612b7 100644 --- a/smart-man-boot/pom.xml +++ b/smart-man-boot/pom.xml @@ -134,16 +134,7 @@ <artifactId>smart-starter-social</artifactId> <version>1.0.0</version> </dependency> - <!-- - - --> - - <!-- - - - - --> <dependency> <groupId>com.github.xiaoymin</groupId> <artifactId>knife4j-spring-ui</artifactId> @@ -397,6 +388,13 @@ <!--<version>1.1.0-SNAPSHOT</version>--> <version>1.0.4</version> </dependency> + <!--鍗冩枃瀵嗛挜璁よ瘉--> + <dependency> + <groupId>com.qianwen</groupId> + <artifactId>license-common</artifactId> + <version>1.0.0</version> + </dependency> + <!-- 鍥剧墖鍘嬬缉 --> <dependency> <groupId>net.coobird</groupId> @@ -511,6 +509,14 @@ <artifactId>jfreechart</artifactId> <version>1.5.5</version> </dependency> + + <!--lincense楠岃瘉--> + <dependency> + <groupId>de.schlichtherle.truelicense</groupId> + <artifactId>truelicense-core</artifactId> + <version>1.33</version> + </dependency> + </dependencies> <build> -- Gitblit v1.9.3