javyuan / jeesite-api

jeesite-api是在jeesite的基础上新增了移动服务端快速开发的框架,其后台管理仍然使用jeesite(https://github.com/thinkgem/jeesite ),传输格式为JSON,提供了通用的返回类,用户验证,记录日志等。使用了经典框架Spring、SpringMVC、MyBatis,上手快。
Apache License 2.0
12 stars 18 forks source link

jeesite-api是在jeesite的基础上新增了移动服务端快速开发的框架 #1

Closed sheldonshen closed 7 years ago

sheldonshen commented 7 years ago

公司最近的项目采用了jeesite做后台管理的快速开发框架,目前也需要提供移动服务端的接口(主要是android),想问下你的移动服务端大致是怎么做的,也提供自动代码生成吗?谢谢.

javyuan commented 7 years ago

没有自动生成,只是提供了个demo,在api目录里是提供的接口,在admin里是后台管理。

sheldonshen commented 7 years ago

明白了.