Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c186619b authored by Deniro StopCovid's avatar Deniro StopCovid
Browse files

Merge branch 'fix-unit-tests' into 'develop'

fix ws-rest module's unit tests by removing flapdoodle

See merge request !18
parents eec16fbc 317416a8
No related branches found
No related tags found
1 merge request!18fix ws-rest module's unit tests by removing flapdoodle
......@@ -87,12 +87,6 @@
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
......
......@@ -3,14 +3,14 @@ controller.path.prefix=/api/v1
#spring.data.mongodb.authentication-database= # Authentication database name.
# Database name.
spring.data.mongodb.database=test
#spring.data.mongodb.database=test
#spring.data.mongodb.field-naming-strategy= # Fully qualified name of the FieldNamingStrategy to use.
#spring.data.mongodb.grid-fs-database= # GridFS database name.
spring.data.mongodb.host=localhost
#spring.data.mongodb.host=localhost
# Mongo server host.
#spring.data.mongodb.password= # Login password of the mongo server.
# Mongo server port.
spring.data.mongodb.port=27717
#spring.data.mongodb.port=27717
## Enable Mongo repositories.
# Mongo database URI. When set, host and port are ignored.
#spring.data.mongodb.uri=mongodb://localhost/local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment