Example application for structuring a Spring Boot app

This commit is contained in:
Tom Hombergs
2018-05-27 20:55:24 +02:00
parent f2b83425ac
commit a4d70d5835
30 changed files with 750 additions and 77 deletions

View File

@@ -26,7 +26,7 @@ dependencies {
compile('org.springframework.boot:spring-boot-starter-data-jpa')
compile('org.springframework.boot:spring-boot-starter-web')
compile('com.h2database:h2:1.4.196')
testCompile('au.com.dius:pact-jvm-provider-spring_2.12:3.5.11')
testCompile('au.com.dius:pact-jvm-provider-spring_2.12:3.5.16')
testCompile('junit:junit:4.12')
testCompile('org.springframework.boot:spring-boot-starter-test')
}