diff --git a/web/querydsl/pom.xml b/web/querydsl/pom.xml index 5f18d1d2..dc61c082 100644 --- a/web/querydsl/pom.xml +++ b/web/querydsl/pom.xml @@ -29,6 +29,12 @@ querydsl-mongodb ${querydsl.version} + + + de.flapdoodle.embed + de.flapdoodle.embed.mongo + runtime + org.springframework.batch @@ -73,7 +79,6 @@ org.webjars webjars-locator - 0.22 runtime diff --git a/web/querydsl/src/main/resources/application.properties b/web/querydsl/src/main/resources/application.properties index b49c0afe..4e56fc65 100644 --- a/web/querydsl/src/main/resources/application.properties +++ b/web/querydsl/src/main/resources/application.properties @@ -1,2 +1,2 @@ spring.data.rest.base-path=/api -spring.data.mongodb.database=users-querydsl +spring.data.mongodb.port=0