Skip to content
/ japi Public
forked from dounine/japi

Used to generate a beautiful API Java document

License

Notifications You must be signed in to change notification settings

kkirkdai/japi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAPI

SpringMVC RESTFul文档生成(完全基于注释,不依赖注解)

这个项目是为 SpringMVC 框架而做的,因为 SpringMVC 做为现在大众用得相对比较多的一个MVC框架,所以就优先用它孵化出了这个项目JAPI

说明

这个项目需要依赖以下两个子项目,两个项目具体使用说明可自行查看。

第一个:java

java项目拆分着两个子模块

  • client 这个模块是用来生成RESTFul文档的核心,我们要生成文档用它就行了。
  • server 这个模块是用来管理各个client传上来的模块文档,与node前端页面对接的。

第二个:node

  • node 这个子项目是用来显示文档页面

About

Used to generate a beautiful API Java document

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 60.6%
  • CSS 23.8%
  • JavaScript 14.5%
  • HTML 1.1%