liurunyu
3 天以前 4f6a3c11ad13c1182b6db3e7d9a47d50c828b7e2
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>