From 7d6d62d17f7d357261bdbb0d692ba06e589d1e9c Mon Sep 17 00:00:00 2001 From: chenjiahe <763432473@qq.com> Date: 星期四, 11 八月 2022 17:16:49 +0800 Subject: [PATCH] 文件转化 --- pom.xml | 34 ++++++++++++++++++++++++++++------ 1 files changed, 28 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 3915e2a..23d6240 100644 --- a/pom.xml +++ b/pom.xml @@ -12,8 +12,8 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.5.RELEASE</version> - <relativePath/> + <version>2.6.2</version> + <relativePath/> <!-- lookup parent from repository --> </parent> @@ -33,7 +33,9 @@ <ezmorph.version>1.0.3</ezmorph.version> <oss.version>2.8.3</oss.version> <jstl.api.version>1.2</jstl.api.version> - <spring.redis.version>1.4.2.RELEASE</spring.redis.version> + <spring.redis.version>2.7.0</spring.redis.version> + <redisson.version>3.17.4</redisson.version> + <jackson.databind.version>2.13.3</jackson.databind.version> <cglib.version>3.1</cglib.version> <shiro.version>1.3.2</shiro.version> <commons-beanutils.version>1.9.3</commons-beanutils.version> @@ -42,7 +44,7 @@ <java.jwt.version>3.10.3</java.jwt.version> <jjwt.version>0.9.1</jjwt.version> <pagehelper.version>5.1.11</pagehelper.version> - <pagehelper-boot.version>1.2.13</pagehelper-boot.version> + <pagehelper-boot.version>1.4.1</pagehelper-boot.version> <mail.version>1.6.2</mail.version> <jdk15on.version>1.66</jdk15on.version> <dom4j.version>2.1.3</dom4j.version> @@ -52,18 +54,26 @@ <!--mybatis鑷姩鐢熸垚--> <mybatis.actable>1.1.1.RELEASE</mybatis.actable> <!--鑵捐浜慶os--> - <cos.version>5.6.32</cos.version> + <cos.version>5.6.89</cos.version> <!--鍗庝负浜慶os--> - <obs.version>[3.20.6.1,)</obs.version> + <obs.version>3.20.6.2</obs.version> <!--鍔犲瘑鍣�--> <jasypt.version>2.1.2</jasypt.version> <!--瀵硅薄涓嶺ML澶勭悊--> <jaxb.version>2.3.1</jaxb.version> + <fileupload.version>1.4</fileupload.version> </properties> <!-- 澹版槑渚濊禆涓嶅紩鍏� --> <dependencyManagement> <dependencies> + + <!--File杞琈ultipartFile--> + <dependency> + <groupId>commons-fileupload</groupId> + <artifactId>commons-fileupload</artifactId> + <version>${fileupload.version}</version> + </dependency> <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api --> <dependency> @@ -223,6 +233,18 @@ <artifactId>spring-boot-starter-data-redis</artifactId> <version>${spring.redis.version}</version> </dependency> + <!-- https://mvnrepository.com/artifact/org.redisson/redisson-spring-boot-starter --> + <dependency> + <groupId>org.redisson</groupId> + <artifactId>redisson-spring-boot-starter</artifactId> + <version>${redisson.version}</version> + </dependency> + + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson.databind.version}</version> + </dependency> <dependency> <groupId>org.projectlombok</groupId> -- Gitblit v1.8.0