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>