Skip to content

flexmodel-projects/flexmodel-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flexmodel-server

基于 Quarkus + Vert.x 构建的服务端工程,目前已经实现支持关联数据源后在线设计Rest API

部署

docker run -p 8080:8080 -e JAVA_OPTS="-Dflexmodel.datasource.db-kind=mysql -Dflexmodel.datasource.url=jdbc:mysql://localhost:3306/flexmodel -Dflexmodel.datasource.username=<your username> -Dflexmodel.datasource.password=<your password>" -t cjbi/flexmodel:latest

支持的数据库请看引擎部分文档

https://github.com/flexmodel-projects/flexmodel-engine

示例

img.png img.png img.png img2.png

在线体验

http://flexmodel.wetech.tech

About

flexmodel 服务端

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published