Fancy
2024-12-13 a0c4cf5f14a30787e07fcffe7eb0ec2b05bfab14
pms-parent/pms-web-station/pom.xml
@@ -38,6 +38,13 @@
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
            <exclusions>
                <!-- 引入log4j2日志时需去掉默认的logback -->
                <exclusion>
                    <groupId>org.springframework.boot</groupId>
                    <artifactId>spring-boot-starter-logging</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
@@ -54,15 +61,6 @@
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-test</artifactId>
        </dependency>
        <!--log4j-bom是个pom,没有具体的jar包, springboot需要它 -->
        <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-bom -->
        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-bom</artifactId>
            <version>${log4j-bom}</version>
            <!-- 这个没有jar包,只有pom文件,所以要加上下面设置 -->
            <type>pom</type>
        </dependency>
        <!-- lombok -->
        <dependency>
@@ -210,12 +208,6 @@
        <dependency>
            <groupId>cn.hutool</groupId>
            <artifactId>hutool-all</artifactId>
        </dependency>
        <dependency>
            <groupId>com.dy</groupId>
            <artifactId>pms-web-product</artifactId>
            <version>1.0.0</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>