Tang Cheng | dc14841 | 2019-07-08 09:15:47 +0800 | [diff] [blame] | 1 | plugins { |
| 2 | id 'java' |
| 3 | id 'org.springframework.boot' |
| 4 | id "com.palantir.git-version" |
| 5 | } |
| 6 | |
| 7 | |
| 8 | apply plugin: 'io.spring.dependency-management' |
| 9 | |
| 10 | dependencies { |
| 11 | implementation 'org.springframework.boot:spring-boot-starter-data-jpa' |
| 12 | implementation 'org.springframework.boot:spring-boot-starter-data-redis' |
| 13 | |
Tang Cheng | 800e49b | 2019-07-08 13:12:50 +0800 | [diff] [blame] | 14 | |
| 15 | implementation project(':common') |
| 16 | |
Tang Cheng | dc14841 | 2019-07-08 09:15:47 +0800 | [diff] [blame] | 17 | implementation 'org.springframework.cloud:spring-cloud-dependencies:Finchley.SR3' |
| 18 | implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:2.1.2.RELEASE' |
| 19 | } |