MagicAPIService.execute/call
magic-api.prefix
BUG
precent
percent
Vue
Vite
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.0.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.0.1 发布,接口快速开发框架
本次更新内容:
MagicAPIService.execute/call方法需要携带magic-api.prefix的问题BUGprecent改为percentVue、Vite版本至最新版本项目介绍
magic-api 是一个基于 Java 的接口快速开发框架,编写接口将通过 magic-api 提供的UI界面完成,自动映射为 HTTP 接口,无需定义 Controller、Service、Dao、Mapper、XML、VO 等 Java 对象即可完成常见的 HTTP API 接口开发
特性
使用方式
maven 引入
修改 application.properties
在线编辑
访问
http://localhost:9999/magic/web进行操作文档&演示
项目截图