Compare commits

..

2 Commits

Author SHA1 Message Date
Xiang
4ce29ec8f3 feat:集成redisson 2025-12-08 14:32:25 +08:00
Xiang
e5ab006966 fix:pom group 修改 2025-12-08 14:22:09 +08:00
3 changed files with 9 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
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.xiang</groupId>
<groupId>com.xiang.pom</groupId>
<artifactId>xmc-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -33,6 +33,7 @@
<spring-data-redis.version>3.23.6</spring-data-redis.version>
<rocketmq.version>2.2.3</rocketmq.version>
<spring.authorization.server.version>0.4.0</spring.authorization.server.version>
<redisson.version>3.15.1</redisson.version>
</properties>
<dependencyManagement>
@@ -86,6 +87,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<version>${redisson.version}</version>
</dependency>
<!-- RocketMQ -->
<dependency>

View File

@@ -4,7 +4,7 @@
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>
<parent>
<groupId>com.xiang</groupId>
<groupId>com.xiang.pom</groupId>
<artifactId>xmc-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

View File

@@ -4,7 +4,7 @@
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>
<parent>
<groupId>com.xiang</groupId>
<groupId>com.xiang.pom</groupId>
<artifactId>xmc-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>