-
-
Save adgadev/17a9b8baf7c0cc98f30fd99c5d409ccd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Configuration | |
@Conditional(HaloProfileCondition.class) | |
@ConditionalOnClass(MongoClient.class) | |
@ConditionalOnMissingBean(type = "org.springframework.data.mongodb.MongoDatabaseFactory") | |
class HaloMongoAutoConfiguration extends MongoAutoConfiguration { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment