Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 674 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 674 Bytes

mongodoc-gen

Generate mongodb database documents from the spring-data-mongodb entity.

一键生成mongodb数据库文档.

使用

English:

  • Install plugin: Mongodoc Gen
  • Add @Document annotation and Javadoc document comment to entity class
  • Select the right-click menu of the module and execute "Generate mongodb Doc"
  • Generated documents in module path "target/mongodoc-gen"

中文:

  • 安装插件: Mongodoc Gen
  • 实体类上添加@Document注解和标准的Javadoc文档注释
  • 项目视图选中源代码模块,执行"Generate mongodb Doc"
  • 生成的文档在模块目录下"target/mongodoc-gen"

文档截图

文档截图