There was an error while loading. Please reload this page.
1 parent b7343e3 commit 5f89635Copy full SHA for 5f89635
build.gradle
@@ -36,6 +36,7 @@ dependencies {
36
//compile("org.springframework.boot:spring-boot-starter-web:${springBootVersion}")
37
compile( group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0')
38
39
+ compile("org.springframework.boot:spring-boot-starter-data-jpa:${springBootVersion}")
40
compile("org.springframework.boot:spring-boot-starter-data-cassandra:${springBootVersion}")
41
compile("org.springframework.boot:spring-boot-starter-jdbc:${springBootVersion}")
42
compile("com.h2database:h2:1.4.194")
0 commit comments