Skip to content

Commit 5f89635

Browse files
committed
add jpa
1 parent b7343e3 commit 5f89635

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dependencies {
3636
//compile("org.springframework.boot:spring-boot-starter-web:${springBootVersion}")
3737
compile( group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0')
3838

39+
compile("org.springframework.boot:spring-boot-starter-data-jpa:${springBootVersion}")
3940
compile("org.springframework.boot:spring-boot-starter-data-cassandra:${springBootVersion}")
4041
compile("org.springframework.boot:spring-boot-starter-jdbc:${springBootVersion}")
4142
compile("com.h2database:h2:1.4.194")

0 commit comments

Comments
 (0)