1

add docker spring profile, mysql adapter + docker compose

This commit is contained in:
Christoph
2020-03-15 15:19:02 +01:00
parent 778ec3d1aa
commit f6a3b431a9
5 changed files with 37 additions and 2 deletions

View File

@ -71,6 +71,7 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
runtimeOnly 'com.h2database:h2'
runtimeOnly 'mysql:mysql-connector-java'
testImplementation 'org.assertj:assertj-core:3.15.0'
testImplementation('org.springframework.boot:spring-boot-starter-test') {