crud implementation #2
@ -31,6 +31,8 @@ dependencies {
|
|||||||
compile("org.springframework.boot:spring-boot-devtools")
|
compile("org.springframework.boot:spring-boot-devtools")
|
||||||
compile("org.springframework.boot:spring-boot-starter-data-jpa")
|
compile("org.springframework.boot:spring-boot-starter-data-jpa")
|
||||||
compile("com.h2database:h2")
|
compile("com.h2database:h2")
|
||||||
|
compile("javax.xml.bind:jaxb-api:2.3.0")
|
||||||
|
compile("org.javassist:javassist:3.23.1-GA")
|
||||||
testCompile("junit:junit")
|
testCompile("junit:junit")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user