All Projects → dounine → japi

dounine / japi

Licence: MIT license
Used to generate a beautiful API Java document

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Labels

Projects that are alternatives of or similar to japi

JavaTelegramBot-API
Java Telegram Bot API
Stars: ✭ 34 (-66.99%)
Mutual labels:  java-api
google-search-results-java
Google Search Results JAVA API via SerpApi
Stars: ✭ 18 (-82.52%)
Mutual labels:  java-api
backblaze-b2-java-api
Java API for the fabulous backblaze B2 API
Stars: ✭ 13 (-87.38%)
Mutual labels:  java-api
yahoo-weather-java-api
A Java API for the yahoo weather service
Stars: ✭ 26 (-74.76%)
Mutual labels:  java-api
MilightAPI
A java API for MiLight light bulbs. Other brands of light bulbs are also compatible, for instance EasyBulb, LimitlessLED, etc.
Stars: ✭ 28 (-72.82%)
Mutual labels:  java-api
j4ts
Core Java APIs for TypeScript / JavaScript / JSweet
Stars: ✭ 92 (-10.68%)
Mutual labels:  java-api
tiff-java
Tagged Image File Format Java Library
Stars: ✭ 65 (-36.89%)
Mutual labels:  java-api
Useful Java Links
A list of useful Java frameworks, libraries, software and hello worlds examples
Stars: ✭ 5,126 (+4876.7%)
Mutual labels:  java-api
Simple-YAML
A Java API that provides an easy-to-use way to store data using the YAML format.
Stars: ✭ 68 (-33.98%)
Mutual labels:  java-api
testlink-java-api
TestLink Java API
Stars: ✭ 62 (-39.81%)
Mutual labels:  java-api
radiobrowser4j
RadioBrowser Java API library
Stars: ✭ 30 (-70.87%)
Mutual labels:  java-api
travels-java-api
An API for travel management. It is built with Java, Spring Boot, and Spring Framework. A toy-project to serve as a theoretical basis for the Medium series of articles I wrote about Java+Spring.
Stars: ✭ 139 (+34.95%)
Mutual labels:  java-api
active-persistence
Active Persistence is a implementation of Active Record Query Interface for JPA that makes it easy and fun.
Stars: ✭ 14 (-86.41%)
Mutual labels:  java-api
wbp4j
Simple Java Api for 微博图床,使用简单的api即可完成上传图片
Stars: ✭ 48 (-53.4%)
Mutual labels:  java-api
compare-utils
Compares of Java Collections and Objects (of different classes) made easy
Stars: ✭ 15 (-85.44%)
Mutual labels:  java-api

JAPI

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

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

说明

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

第一个:java

java项目拆分着两个子模块

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

第二个:node

  • node 这个子项目是用来显示文档页面
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].