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 | |
| 14 | implementation 'org.springframework.cloud:spring-cloud-dependencies:Finchley.SR3' |
| 15 | implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:2.1.2.RELEASE' |
| 16 | } |