| | |
| | | <mybatis.actable>1.1.1.RELEASE</mybatis.actable> |
| | | <!--腾讯云cos--> |
| | | <cos.version>5.6.32</cos.version> |
| | | <!--华为云cos--> |
| | | <obs.version>3.20.6.2</obs.version> |
| | | <!--加密器--> |
| | | <jasypt.version>3.0.3</jasypt.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> |
| | |
| | | <version>${orgApache.poi}</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml --> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml</artifactId> |
| | | <version>3.9</version> |
| | | </dependency> |
| | | |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>redis.clients</groupId> |
| | | <artifactId>jedis</artifactId> |
| | |
| | | <artifactId>jstl-api</artifactId> |
| | | <version>${jstl.api.version}</version> |
| | | </dependency> |
| | | |
| | | <!--阿里云oss--> |
| | | <dependency> |
| | | <groupId>com.aliyun.oss</groupId> |
| | | <artifactId>aliyun-sdk-oss</artifactId> |
| | | <version>${oss.version}</version> |
| | | </dependency> |
| | | |
| | | <!--华为云obs(oss)--> |
| | | <dependency> |
| | | <groupId>com.huaweicloud</groupId> |
| | | <artifactId>esdk-obs-java</artifactId> |
| | | <version>${obs.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.mybatis.spring.boot</groupId> |
| | | <artifactId>mybatis-spring-boot-starter</artifactId> |