|
@@ -26,5 +26,8 @@ repositories {
|
|
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
|
compile('org.springframework.boot:spring-boot-starter')
|
|
compile('org.springframework.boot:spring-boot-starter')
|
|
|
|
|
+ compile('org.springframework.boot:spring-boot-starter-data-jpa')
|
|
|
|
|
+ compile("org.springframework.boot:spring-boot-starter-web")
|
|
|
|
|
+
|
|
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
|
|
}
|
|
}
|