ChenJiaHe
2021-01-21 d954c8f39ec3c887935bbcd320f382c9f9d5710a
pom.xml
@@ -51,12 +51,38 @@
        <httpclient.version>4.5.12</httpclient.version>
        <!--mybatis自动生成-->
        <mybatis.actable>1.1.1.RELEASE</mybatis.actable>
        <!--腾讯云cos-->
        <cos.version>5.6.32</cos.version>
        <!--加密器-->
        <jasypt.version>2.1.2</jasypt.version>
        <!--对象与XML处理-->
        <jaxb.version>2.3.1</jaxb.version>
    </properties>
    <!-- 声明依赖不引入 -->
    <dependencyManagement>
        <dependencies>
            <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
            <dependency>
                <groupId>javax.xml.bind</groupId>
                <artifactId>jaxb-api</artifactId>
                <version>${jaxb.version}</version>
            </dependency>
            <dependency>
                <groupId>com.github.ulisesbocchio</groupId>
                <artifactId>jasypt-spring-boot-starter</artifactId>
                <version>${jasypt.version}</version>
            </dependency>
            <!-- https://mvnrepository.com/artifact/com.qcloud/cos_api -->
            <dependency>
                <groupId>com.qcloud</groupId>
                <artifactId>cos_api</artifactId>
                <version>${cos.version}</version>
            </dependency>
            <!-- mybatis分页 -->
            <dependency>
                <groupId>com.github.pagehelper</groupId>