liurunyu
2025-06-19 b042d6a5ae1959ad79b489e1d0b01c057b68d5f6
pipIrr-platform/文档/全局排除一些依赖.txt
New file
@@ -0,0 +1,23 @@
<dependencies>
    <!-- 鍏ㄥ眬鎺掗櫎-->
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-json</artifactId>
        <exclusions>
            <exclusion>
                <groupId>*</groupId>
                <artifactId>*</artifactId>
            </exclusion>
        </exclusions>
    </dependency>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-logging</artifactId>
        <exclusions>
            <exclusion>
                <groupId>*</groupId>
                <artifactId>*</artifactId>
            </exclusion>
        </exclusions>
    </dependency>
</dependencies>