zhubaomin
2025-04-17 7df8ed14d605bcc731341ff12349bc117714b69e
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>