Servlet
UI
Spring Boot 2.x
Spring Boot Data
JSON
magic-api 是一个基于 Java 的接口快速开发框架,编写接口将通过 magic-api 提供的 UI 界面完成,自动映射为 HTTP 接口,无需定义 Controller、Service、Dao、Mapper、XML、VO 等 Java 对象即可完成常见的 HTTP API 接口开发
<!-- 以spring-boot-starter的方式引用 --> <dependency> <groupId>org.ssssssss</groupId> <artifactId>magic-api-spring-boot-starter</artifactId> <version>2.1.1</version> </dependency
server.port=9999 #配置web页面入口 magic-api.web=/magic/web #配置文件存储位置。当以classpath开头时,为只读模式 magic-api.resource.loaction=/data/magic-api
访问 http://localhost:9999/magic/web 进行操作
http://localhost:9999/magic/web
评论删除后,数据将无法恢复
magic-api 2.1.1 发布,接口快速开发框架
本次更新内容:
Servlet
获取接口UI
不显示错误信息的问题Spring Boot 2.x
下与Spring Boot Data
不兼容的问题JSON
解析,解决返回大量数据时卡顿的问题项目介绍
magic-api 是一个基于 Java 的接口快速开发框架,编写接口将通过 magic-api 提供的 UI 界面完成,自动映射为 HTTP 接口,无需定义 Controller、Service、Dao、Mapper、XML、VO 等 Java 对象即可完成常见的 HTTP API 接口开发
特性
使用方式
maven 引入
修改 application.properties
在线编辑
访问
http://localhost:9999/magic/web
进行操作文档 & 演示
项目截图