| | |
| | | ecosphere-four-payment 依赖项 |
| | | </description> |
| | | <dependencies> |
| | | <!--代入引用得方法,是否能取代--> |
| | | <dependency> |
| | | <groupId>commons-lang</groupId> |
| | | <artifactId>commons-lang</artifactId> |
| | | <version>2.6</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.alibaba.cloud</groupId> |
| | | <artifactId>spring-cloud-alibaba-dependencies</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-data-redis-reactive</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.dromara</groupId> |
| | |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>com.nuvole</groupId> |
| | | <groupId>org.dromara</groupId> |
| | | <artifactId>ecosphere-common</artifactId> |
| | | </dependency> |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>com.nuvole</groupId> |
| | | <groupId>org.dromara</groupId> |
| | | <artifactId>ecosphere-base-rest</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <!-- <dependency> |
| | | <groupId>org.springframework.cloud</groupId> |
| | | <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> |
| | | </dependency> |
| | | </dependency>--> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | <artifactId>swagger-bootstrap-ui</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <!-- <dependency> |
| | | <groupId>org.springframework.cloud</groupId> |
| | | <artifactId>spring-cloud-starter-openfeign</artifactId> |
| | | </dependency> |
| | | </dependency>--> |
| | | |
| | | <!-- rabbitMq --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-amqp</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.mybatis.spring.boot</groupId> |
| | | <artifactId>mybatis-spring-boot-starter</artifactId> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>javax.annotation</groupId> |
| | | <artifactId>javax.annotation-api</artifactId> |
| | | <version>1.3.2</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | |
| | | <version>1.3.5</version> |
| | | <scope>system</scope> |
| | | <systemPath>${basedir}/../libs/mybatis-generator-core-1.3.5.jar</systemPath> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.data</groupId> |
| | | <artifactId>spring-data-redis</artifactId> |
| | | <version>2.0.8.RELEASE</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-io</groupId> |