| | |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | <!-- ECG中心。默认注释,保证编译速度 --> |
| | | <dependency> |
| | | <groupId>cn.lihu</groupId> |
| | | <artifactId>jh-module-ecg-biz</artifactId> |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | <!-- 会员中心。默认注释,保证编译速度 --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>cn.lihu</groupId>--> |
| | |
| | | <artifactId>jh-spring-boot-starter-protection</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.cloud</groupId> |
| | | <artifactId>spring-cloud-starter-openfeign</artifactId> |
| | | <version>${openfeign.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-devtools</artifactId> |
| | | <scope>runtime</scope> |
| | | <optional>true</optional> |
| | | </dependency> |
| | | --> |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |