magic-api 0.4.8 released, a framework for rapid interface development

This update content:

  • Fix monaco-editorthe browser crash caused by
  • Fix the problem that setting the thread pool size is invalid
  • Enhanced !unary operators to support non-Boolean operations
  • Fix the function name atPercentchange toasPercent

Project Introduction

magic-api is a Java-based interface rapid development framework. The interface is written through the UI interface provided by magic-api. Common HTTP API interface development can be completed without defining Java objects such as Controller, Service, Dao, Mapper, XML, VO, etc.

How to use

maven introduction

<!-- 以spring-boot-starter的方式引用 -->
<dependency>
    <groupId>org.ssssssss</groupId>
    <artifactId>magic-api-spring-boot-starter</artifactId>
    <version>0.4.8</version>
</dependency

Modify application.properties

server.port =9999
 #Configure web page entrance 
magic.web =/magic/web
 #The following configuration needs to be modified 
according to the actual situation spring.datasource.url =jdbc:mysql://localhost/test
 spring.datasource.username =root
 spring. datasource.password =123456789
 spring.datasource.driver-class-name =com.mysql.jdbc.Drive

Execute table creation statement

Execute the db/magic-api.sql table creation statement in the source code 

Online editing

Access http://localhost:9999/magic/webto operate

Documents & Demo

Project screenshot

Overall screenshot

Switch skin

Code hint

DEBUG

Guess you like

Origin www.oschina.net/news/121655/magic-api-0-4-8-released