cmg
2024-06-19 96fb5a1581ac46203d15597f73f7e045fd937767
pom.xml
@@ -7,7 +7,7 @@
    <parent>
        <groupId>com.hx.gitee</groupId>
        <artifactId>hx-parent</artifactId>
        <version>1.0-SNAPSHOT</version>
        <version>xlk</version>
    </parent>
    <artifactId>hx-redisson</artifactId>
@@ -16,24 +16,24 @@
    <dependencies>
        <dependency>
            <groupId>org.projectlombok</groupId>
            <artifactId>lombok</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-collections</groupId>
            <artifactId>commons-collections</artifactId>
        </dependency>
        <dependency>
            <groupId>com.dtflys.forest</groupId>
            <artifactId>spring-boot-starter-forest</artifactId>
            <version>1.5.0-RC2</version>
        </dependency>
        <!-- https://mvnrepository.com/artifact/org.redisson/redisson-spring-boot-starter -->
        <dependency>
            <groupId>org.redisson</groupId>
            <artifactId>redisson-spring-boot-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>org.projectlombok</groupId>
            <artifactId>lombok</artifactId>
        </dependency>
        <!-- redis -->
@@ -44,7 +44,7 @@
    </dependencies>
    <build>
        <finalName>hx-common</finalName>
        <finalName>hx-redisson</finalName>
        <resources>
            <resource>
                <directory>src/main/java</directory>