Skip to content

Commit

Permalink
Merge pull request #2623 from qmonmert/fix/mongo
Browse files Browse the repository at this point in the history
Fix: Tags on MongoDB Module
  • Loading branch information
qmonmert authored Jul 16, 2022
2 parents af54a4b + d3178b0 commit edaf0cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ JHipsterModuleResource mongoDbModule(MongodbApplicationService mongoDb) {
.slug("mongodb")
.propertiesDefinition(JHipsterModulePropertiesDefinition.builder().addBasePackage().addIndentation().build())
.apiDoc(new JHipsterModuleApiDoc("Spring Boot - Database", "Add MongoDB drivers and dependencies, with testcontainers"))
.tags("server", "spring", "spring-boot", "database")
.factory(mongoDb::buildModule);
}
}

0 comments on commit edaf0cf

Please sign in to comment.