Skip to content

Commit

Permalink
-Add flapdoodle
Browse files Browse the repository at this point in the history
  • Loading branch information
TingSHI2015 committed May 31, 2024
1 parent 996b99a commit 16a4bef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,20 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>



</dependency>

<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo.spring3x</artifactId>
<version>4.13.0</version>
<scope>test</scope>
</dependency>



</dependencies>

<build>
Expand Down
1 change: 1 addition & 0 deletions backend/src/test/resources/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
de.flapdoodle.mongodb.embedded.version=7.0.4

0 comments on commit 16a4bef

Please sign in to comment.