| | |
| | | <guava.version>31.1-jre</guava.version> |
| | | <account.rpc.model.version>1.0-SNAPSHOT</account.rpc.model.version> |
| | | <mybatis.plus.version>3.5.2</mybatis.plus.version> |
| | | <poi.version>4.1.2</poi.version> |
| | | <com.alibaba.cloud.version>2.2.8.RELEASE</com.alibaba.cloud.version> |
| | | <jta.starter.version>2.7.1</jta.starter.version> |
| | | <commons.utils.version>1.9.4</commons.utils.version> |
| | | </properties> |
| | | |
| | | <parent> |
| | |
| | | <groupId>org.apache.dubbo</groupId> |
| | | <artifactId>dubbo-spring-boot-starter</artifactId> |
| | | <version>${dubbo.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-jta-atomikos</artifactId> |
| | | <version>${jta.starter.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | <artifactId>mybatis-plus-extension</artifactId> |
| | | <version>${mybatis.plus.version}</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/org.apache.poi/poi --> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi</artifactId> |
| | | <version>${poi.version}</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml --> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml</artifactId> |
| | | <version>${poi.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-beanutils</groupId> |
| | | <artifactId>commons-beanutils</artifactId> |
| | | <version>${commons.utils.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.alibaba.cloud</groupId> |
| | | <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId> |
| | | <version>${com.alibaba.cloud.version}</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | </dependencyManagement> |
| | |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-jta-atomikos</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-security</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | |
| | | <version>${mybatisPlusStarter.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi</artifactId> |
| | | <version>${poi.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- redis连接 --> |
| | | <dependency> |
| | |
| | | <artifactId>dubbo-registry-nacos</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-beanutils</groupId> |
| | | <artifactId>commons-beanutils</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>io.minio</groupId> |
| | | <artifactId>minio</artifactId> |
| | | </dependency> |