疯狂的狮子Li
2023-11-27 b0faebc5e64d16281d3c723539c8952a16a2692d
ruoyi-common/ruoyi-common-encrypt/pom.xml
@@ -37,16 +37,9 @@
            <artifactId>hutool-crypto</artifactId>
        </dependency>
        <!-- SpringBoot Web容器 -->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
            <exclusions>
                <exclusion>
                    <artifactId>spring-boot-starter-tomcat</artifactId>
                    <groupId>org.springframework.boot</groupId>
                </exclusion>
            </exclusions>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
        </dependency>
    </dependencies>