Skip to content

Commit

Permalink
Fix: Tags on MongoDB Module
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Jul 16, 2022
1 parent af54a4b commit d3178b0
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 d3178b0

Please sign in to comment.