From 8573ffdd7f2da009c9adad9f5eb9f50810c2f184 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期日, 25 六月 2023 22:19:27 +0800 Subject: [PATCH] update satoken 1.34.0 => 1.35.0.RC 优化过期配置 支持多端token自定义有效期 --- pom.xml | 258 +++++++++++++++++++++++++++++++-------------------- 1 files changed, 156 insertions(+), 102 deletions(-) diff --git a/pom.xml b/pom.xml index 5efd58c..9629c9a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,47 +4,59 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>com.ruoyi</groupId> + <groupId>org.dromara</groupId> <artifactId>ruoyi-vue-plus</artifactId> - <version>4.5.0</version> + <version>${revision}</version> <name>RuoYi-Vue-Plus</name> - <url>https://gitee.com/JavaLionLi/RuoYi-Vue-Plus</url> - <description>RuoYi-Vue-Plus鍚庡彴绠$悊绯荤粺</description> + <url>https://gitee.com/dromara/RuoYi-Vue-Plus</url> + <description>RuoYi-Vue-Plus澶氱鎴风鐞嗙郴缁�</description> <properties> - <ruoyi-vue-plus.version>4.5.0</ruoyi-vue-plus.version> - <spring-boot.version>2.7.7</spring-boot.version> + <revision>5.1.0-SNAPSHOT</revision> + <spring-boot.version>3.0.8</spring-boot.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <java.version>1.8</java.version> - <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version> - <spring-boot.mybatis>2.2.2</spring-boot.mybatis> - <springdoc.version>1.6.14</springdoc.version> + <java.version>17</java.version> + <spring-boot.mybatis>3.0.1</spring-boot.mybatis> + <springdoc.version>2.1.0</springdoc.version> + <therapi-javadoc.version>0.15.0</therapi-javadoc.version> <poi.version>5.2.3</poi.version> - <easyexcel.version>3.1.5</easyexcel.version> + <easyexcel.version>3.3.1</easyexcel.version> <velocity.version>2.3</velocity.version> - <satoken.version>1.34.0</satoken.version> + <satoken.version>1.35.0.RC</satoken.version> <mybatis-plus.version>3.5.3.1</mybatis-plus.version> <p6spy.version>3.9.1</p6spy.version> - <hutool.version>5.8.11</hutool.version> + <hutool.version>5.8.18</hutool.version> <okhttp.version>4.10.0</okhttp.version> - <spring-boot-admin.version>2.7.10</spring-boot-admin.version> - <redisson.version>3.19.1</redisson.version> - <lock4j.version>2.2.3</lock4j.version> - <dynamic-ds.version>3.5.2</dynamic-ds.version> + <spring-boot-admin.version>3.0.4</spring-boot-admin.version> + <redisson.version>3.20.1</redisson.version> + <lock4j.version>2.2.4</lock4j.version> + <dynamic-ds.version>3.6.1</dynamic-ds.version> <alibaba-ttl.version>2.14.2</alibaba-ttl.version> - <xxl-job.version>2.3.1</xxl-job.version> - <lombok.version>1.18.24</lombok.version> + <powerjob.version>4.3.3</powerjob.version> + <mapstruct-plus.version>1.3.1</mapstruct-plus.version> + <mapstruct-plus.lombok.version>0.2.0</mapstruct-plus.lombok.version> + <lombok.version>1.18.26</lombok.version> + <bouncycastle.version>1.72</bouncycastle.version> + <justauth.version>1.16.5</justauth.version> + <!-- 绂荤嚎IP鍦板潃瀹氫綅搴� --> + <ip2region.version>2.7.0</ip2region.version> <!-- 涓存椂淇 snakeyaml 婕忔礊 --> <snakeyaml.version>1.33</snakeyaml.version> <!-- OSS 閰嶇疆 --> - <aws-java-sdk-s3.version>1.12.373</aws-java-sdk-s3.version> + <aws-java-sdk-s3.version>1.12.400</aws-java-sdk-s3.version> <!-- SMS 閰嶇疆 --> - <aliyun.sms.version>2.0.23</aliyun.sms.version> - <tencent.sms.version>3.1.660</tencent.sms.version> + <sms4j.version>2.2.0</sms4j.version> + + <!-- 鎻掍欢鐗堟湰 --> + <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version> + <maven-war-plugin.version>3.2.2</maven-war-plugin.version> + <maven-compiler-plugin.verison>3.11.0</maven-compiler-plugin.verison> + <maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version> + <flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version> </properties> <profiles> @@ -99,16 +111,32 @@ <scope>import</scope> </dependency> + <!-- JustAuth 鐨勪緷璧栭厤缃�--> <dependency> - <groupId>org.springdoc</groupId> - <artifactId>springdoc-openapi-webmvc-core</artifactId> - <version>${springdoc.version}</version> + <groupId>me.zhyd.oauth</groupId> + <artifactId>JustAuth</artifactId> + <version>${justauth.version}</version> + </dependency> + + <!-- common 鐨勪緷璧栭厤缃�--> + <dependency> + <groupId>org.dromara</groupId> + <artifactId>ruoyi-common-bom</artifactId> + <version>${revision}</version> + <type>pom</type> + <scope>import</scope> </dependency> <dependency> <groupId>org.springdoc</groupId> - <artifactId>springdoc-openapi-javadoc</artifactId> + <artifactId>springdoc-openapi-starter-webmvc-api</artifactId> <version>${springdoc.version}</version> + </dependency> + + <dependency> + <groupId>com.github.therapi</groupId> + <artifactId>therapi-runtime-javadoc</artifactId> + <version>${therapi-javadoc.version}</version> </dependency> <dependency> @@ -149,7 +177,7 @@ <!-- Sa-Token 鏉冮檺璁よ瘉, 鍦ㄧ嚎鏂囨。锛歨ttp://sa-token.dev33.cn/ --> <dependency> <groupId>cn.dev33</groupId> - <artifactId>sa-token-spring-boot-starter</artifactId> + <artifactId>sa-token-spring-boot3-starter</artifactId> <version>${satoken.version}</version> </dependency> <!-- Sa-Token 鏁村悎 jwt --> @@ -164,6 +192,11 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>cn.dev33</groupId> + <artifactId>sa-token-core</artifactId> + <version>${satoken.version}</version> + </dependency> <!-- dynamic-datasource 澶氭暟鎹簮--> <dependency> @@ -173,8 +206,20 @@ </dependency> <dependency> + <groupId>org.mybatis.spring.boot</groupId> + <artifactId>mybatis-spring-boot-starter</artifactId> + <version>${spring-boot.mybatis}</version> + </dependency> + + <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> + <version>${mybatis-plus.version}</version> + </dependency> + + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>mybatis-plus-annotation</artifactId> <version>${mybatis-plus.version}</version> </dependency> @@ -196,17 +241,11 @@ <artifactId>aws-java-sdk-s3</artifactId> <version>${aws-java-sdk-s3.version}</version> </dependency> - + <!--鐭俊sms4j--> <dependency> - <groupId>com.aliyun</groupId> - <artifactId>dysmsapi20170525</artifactId> - <version>${aliyun.sms.version}</version> - </dependency> - - <dependency> - <groupId>com.tencentcloudapi</groupId> - <artifactId>tencentcloud-sdk-java-sms</artifactId> - <version>${tencent.sms.version}</version> + <groupId>org.dromara.sms4j</groupId> + <artifactId>sms4j-spring-boot-starter</artifactId> + <version>${sms4j.version}</version> </dependency> <dependency> @@ -225,17 +264,6 @@ <groupId>org.redisson</groupId> <artifactId>redisson-spring-boot-starter</artifactId> <version>${redisson.version}</version> - <exclusions> - <exclusion> - <groupId>org.redisson</groupId> - <artifactId>redisson-spring-data-30</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.redisson</groupId> - <artifactId>redisson-spring-data-27</artifactId> - <version>${redisson.version}</version> </dependency> <dependency> @@ -244,12 +272,6 @@ <version>${lock4j.version}</version> </dependency> - <!-- xxl-job-core --> - <dependency> - <groupId>com.xuxueli</groupId> - <artifactId>xxl-job-core</artifactId> - <version>${xxl-job.version}</version> - </dependency> <dependency> <groupId>com.alibaba</groupId> @@ -264,60 +286,60 @@ <version>${snakeyaml.version}</version> </dependency> - <!-- 瀹氭椂浠诲姟 --> + <!-- 鍔犲瘑鍖呭紩鍏� --> <dependency> - <groupId>com.ruoyi</groupId> - <artifactId>ruoyi-job</artifactId> - <version>${ruoyi-vue-plus.version}</version> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15to18</artifactId> + <version>${bouncycastle.version}</version> </dependency> - <!-- 浠g爜鐢熸垚--> <dependency> - <groupId>com.ruoyi</groupId> - <artifactId>ruoyi-generator</artifactId> - <version>${ruoyi-vue-plus.version}</version> + <groupId>io.github.linpeilie</groupId> + <artifactId>mapstruct-plus-spring-boot-starter</artifactId> + <version>${mapstruct-plus.version}</version> </dependency> - <!-- 鏍稿績妯″潡--> + <!-- 绂荤嚎IP鍦板潃瀹氫綅搴� ip2region --> <dependency> - <groupId>com.ruoyi</groupId> - <artifactId>ruoyi-framework</artifactId> - <version>${ruoyi-vue-plus.version}</version> + <groupId>org.lionsoul</groupId> + <artifactId>ip2region</artifactId> + <version>${ip2region.version}</version> </dependency> - <!-- 绯荤粺妯″潡--> <dependency> - <groupId>com.ruoyi</groupId> + <groupId>org.dromara</groupId> <artifactId>ruoyi-system</artifactId> - <version>${ruoyi-vue-plus.version}</version> + <version>${revision}</version> </dependency> - <!-- 閫氱敤宸ュ叿--> <dependency> - <groupId>com.ruoyi</groupId> - <artifactId>ruoyi-common</artifactId> - <version>${ruoyi-vue-plus.version}</version> + <groupId>org.dromara</groupId> + <artifactId>ruoyi-job</artifactId> + <version>${revision}</version> </dependency> - <!-- OSS瀵硅薄瀛樺偍妯″潡 --> <dependency> - <groupId>com.ruoyi</groupId> - <artifactId>ruoyi-oss</artifactId> - <version>${ruoyi-vue-plus.version}</version> + <groupId>org.dromara</groupId> + <artifactId>ruoyi-generator</artifactId> + <version>${revision}</version> </dependency> - <!-- SMS鐭俊妯″潡 --> <dependency> - <groupId>com.ruoyi</groupId> - <artifactId>ruoyi-sms</artifactId> - <version>${ruoyi-vue-plus.version}</version> - </dependency> - - <!-- demo妯″潡 --> - <dependency> - <groupId>com.ruoyi</groupId> + <groupId>org.dromara</groupId> <artifactId>ruoyi-demo</artifactId> - <version>${ruoyi-vue-plus.version}</version> + <version>${revision}</version> + </dependency> + + <!-- PowerJob --> + <dependency> + <groupId>tech.powerjob</groupId> + <artifactId>powerjob-worker-spring-boot-starter</artifactId> + <version>${powerjob.version}</version> + </dependency> + <dependency> + <groupId>tech.powerjob</groupId> + <artifactId>powerjob-official-processors</artifactId> + <version>${powerjob.version}</version> </dependency> </dependencies> @@ -325,15 +347,9 @@ <modules> <module>ruoyi-admin</module> - <module>ruoyi-framework</module> - <module>ruoyi-system</module> - <module>ruoyi-job</module> - <module>ruoyi-generator</module> <module>ruoyi-common</module> - <module>ruoyi-demo</module> <module>ruoyi-extend</module> - <module>ruoyi-oss</module> - <module>ruoyi-sms</module> + <module>ruoyi-modules</module> </modules> <packaging>pom</packaging> @@ -342,7 +358,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.9.0</version> + <version>${maven-compiler-plugin.verison}</version> <configuration> <source>${java.version}</source> <target>${java.version}</target> @@ -351,7 +367,7 @@ <path> <groupId>com.github.therapi</groupId> <artifactId>therapi-runtime-javadoc-scribe</artifactId> - <version>0.15.0</version> + <version>${therapi-javadoc.version}</version> </path> <path> <groupId>org.projectlombok</groupId> @@ -363,21 +379,59 @@ <artifactId>spring-boot-configuration-processor</artifactId> <version>${spring-boot.version}</version> </path> + <path> + <groupId>io.github.linpeilie</groupId> + <artifactId>mapstruct-plus-processor</artifactId> + <version>${mapstruct-plus.version}</version> + </path> + <path> + <groupId>org.projectlombok</groupId> + <artifactId>lombok-mapstruct-binding</artifactId> + <version>${mapstruct-plus.lombok.version}</version> + </path> </annotationProcessorPaths> + <compilerArgs> + <arg>-parameters</arg> + </compilerArgs> </configuration> </plugin> <!-- 鍗曞厓娴嬭瘯浣跨敤 --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.22.2</version> + <version>${maven-surefire-plugin.version}</version> <configuration> - <argLine>-Dfile.encoding=UTF-8</argLine> <!-- 鏍规嵁鎵撳寘鐜鎵ц瀵瑰簲鐨凘Tag娴嬭瘯鏂规硶 --> <groups>${profiles.active}</groups> <!-- 鎺掗櫎鏍囩 --> <excludedGroups>exclude</excludedGroups> </configuration> + </plugin> + <!-- 缁熶竴鐗堟湰鍙风鐞� --> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>flatten-maven-plugin</artifactId> + <version>${flatten-maven-plugin.version}</version> + <configuration> + <updatePomFile>true</updatePomFile> + <flattenMode>resolveCiFriendliesOnly</flattenMode> + </configuration> + <executions> + <execution> + <id>flatten</id> + <phase>process-resources</phase> + <goals> + <goal>flatten</goal> + </goals> + </execution> + <execution> + <id>flatten.clean</id> + <phase>clean</phase> + <goals> + <goal>clean</goal> + </goals> + </execution> + </executions> </plugin> </plugins> <resources> @@ -403,8 +457,8 @@ <repositories> <repository> <id>public</id> - <name>aliyun nexus</name> - <url>https://maven.aliyun.com/repository/public/</url> + <name>huawei nexus</name> + <url>https://mirrors.huaweicloud.com/repository/maven/</url> <releases> <enabled>true</enabled> </releases> @@ -414,8 +468,8 @@ <pluginRepositories> <pluginRepository> <id>public</id> - <name>aliyun nexus</name> - <url>https://maven.aliyun.com/repository/public/</url> + <name>huawei nexus</name> + <url>https://mirrors.huaweicloud.com/repository/maven/</url> <releases> <enabled>true</enabled> </releases> -- Gitblit v1.9.3