Skip to content

Commit

Permalink
make version override possible
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmosmann committed Aug 19, 2023
1 parent 5230cc1 commit 7f25bee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public MongodWrapper reactiveClientServerWrapper(
}

@Bean
@ConditionalOnMissingBean
public IFeatureAwareVersion version(EmbeddedMongoProperties embeddedProperties) {
return determineVersion("de.flapdoodle", embeddedProperties.getVersion());
}
Expand Down

0 comments on commit 7f25bee

Please sign in to comment.