crud implementation #2

Open
romanov73 wants to merge 7 commits from crud into master
Showing only changes of commit 46f904d893 - Show all commits

View File

@ -31,6 +31,8 @@ dependencies {
compile("org.springframework.boot:spring-boot-devtools")
compile("org.springframework.boot:spring-boot-starter-data-jpa")
compile("com.h2database:h2")
compile("javax.xml.bind:jaxb-api:2.3.0")
compile("org.javassist:javassist:3.23.1-GA")
testCompile("junit:junit")
}