ChenJiaHe
2020-12-03 5fa5d8b1f1c5392cf7ad4bf8baade871010bfaab
优化
1个文件已修改
8 ■■■■■ 已修改文件
pom.xml 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pom.xml
@@ -51,12 +51,20 @@
        <httpclient.version>4.5.12</httpclient.version>
        <!--mybatis自动生成-->
        <mybatis.actable>1.1.1.RELEASE</mybatis.actable>
        <!--腾讯云cos-->
        <cos.version>5.6.24</cos.version>
    </properties>
    <!-- 声明依赖不引入 -->
    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.qcloud</groupId>
                <artifactId>cos_api</artifactId>
                <version>${cos.version}</version>
            </dependency>
            <!-- mybatis分页 -->
            <dependency>
                <groupId>com.github.pagehelper</groupId>