自动化立体仓库 - WMS系统
pang.jiabao
2025-10-20 94d44655e63cf028b08c44b857031141c13d2e22
pom.xml
@@ -37,6 +37,10 @@
            <artifactId>spring-boot-starter-data-redis</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-aop</artifactId>
        </dependency>
        <dependency>
            <groupId>cn.cool</groupId>
            <artifactId>framework</artifactId>
            <version>${cool.version}</version>
@@ -103,10 +107,15 @@
            <artifactId>okhttp</artifactId>
            <version>3.10.0</version>
        </dependency>
        <dependency>
            <groupId>de.schlichtherle.truelicense</groupId>
            <artifactId>truelicense-core</artifactId>
            <version>1.33</version>
        </dependency>
    </dependencies>
    <build>
        <finalName>lktwms</finalName>
        <finalName>jsjwms</finalName>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>