From 846600dafb82b062eaf8de9ff5c5f22abc6da5d0 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 20 六月 2025 13:46:11 +0800 Subject: [PATCH] 添加common模块 --- pom.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 49 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 6bfbb85..ae59529 100644 --- a/pom.xml +++ b/pom.xml @@ -111,6 +111,41 @@ <version>${tomcat.version}</version> </dependency> + <!-- Springdoc webmvc 渚濊禆閰嶇疆 --> + <dependency> + <groupId>org.springdoc</groupId> + <artifactId>springdoc-openapi-ui</artifactId> + <version>${springdoc.version}</version> + </dependency> + + <!-- pagehelper 鍒嗛〉鎻掍欢 --> + <dependency> + <groupId>com.github.pagehelper</groupId> + <artifactId>pagehelper-spring-boot-starter</artifactId> + <version>${pagehelper.boot.version}</version> + </dependency> + + <!-- io甯哥敤宸ュ叿绫� --> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>${commons.io.version}</version> + </dependency> + + <!-- excel宸ュ叿 --> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml</artifactId> + <version>${poi.version}</version> + </dependency> + + <!-- 浠g爜鐢熸垚浣跨敤妯℃澘 --> + <dependency> + <groupId>org.apache.velocity</groupId> + <artifactId>velocity-engine-core</artifactId> + <version>${velocity.version}</version> + </dependency> + <!-- JSON 瑙f瀽鍣ㄥ拰鐢熸垚鍣� --> <dependency> <groupId>com.alibaba.fastjson2</groupId> @@ -118,10 +153,24 @@ <version>${fastjson.version}</version> </dependency> + <!-- JWT --> + <dependency> + <groupId>io.jsonwebtoken</groupId> + <artifactId>jjwt</artifactId> + <version>${jjwt.version}</version> + </dependency> + + <!-- 绾跨▼浼犻�掑�� --> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>transmittable-thread-local</artifactId> + <version>${transmittable-thread-local.version}</version> + </dependency> </dependencies> </dependencyManagement> <modules> + <module>se-common</module> <module>se-gateway</module> <module>se-system</module> </modules> -- Gitblit v1.9.3