大家好,我是田螺。
今天给小伙伴们介绍一个Java接口快速开发框架-magic-api
简介
magic-api 是一个基于 Java 的接口快速开发框架,编写接口将通过 magic-api 提供的 UI 界面完成,自动映射为 HTTP 接口,无需定义 Controller、Service、Dao、Mapper、XML、VO 等 Java 对象即可完成常见的 HTTP API 接口开发
访问 http://localhost:9999/magic/web 进行操作
文档地址:https://ssssssss.org
在线演示:https://magic-api.ssssssss.org
https://gitee.com/ssssssss-team/magic-api
特性
快速开始
<!-- 以spring-boot-starter的方式引用 -->
<dependency>
<groupId>org.ssssssss</groupId>
<artifactId>magic-api-spring-boot-starter</artifactId>
<version>1.7.1</version>
</dependency>
server.port=9999
#配置web页面入口
magic-api.web=/magic/web
#配置文件存储位置。当以classpath开头时,为只读模式
magic-api.resource.location=/data/magic-api