GithubHelp home page GithubHelp logo

skyydq / crudapi-example Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crudapi/crudapi-example

0.0 0.0 0.0 1.23 MB

无需编程,通过配置自动生成crud增删改查RESTful API,提供后台Web管理UI。基于主流的开源框架,拥有自主知识产权,支持二次开发,包括API和SDK两种方式。

Home Page: https://demo.crudapi.cn/crudapi/

License: Other

Java 99.95% HTML 0.05%

crudapi-example's Introduction

Second development demo crudapi-admin-web-master项目的 后端

Language

中文

GIT URL

GitHub repo

https://github.com/crudapi/crudapi-example

Gitee repo

https://gitee.com/crudapi/crudapi-example

Install crudapi jar

mvn install:install-file -Dfile=./lib/crudapi-core-1.0.0.jar -DgroupId=cn.crudapi -DartifactId=crudapi-core -Dversion=1.0.0 -Dpackaging=jar

mvn install:install-file -Dfile=./lib/crudapi-api-1.0.0.jar -DgroupId=cn.crudapi -DartifactId=crudapi-api -Dversion=1.0.0 -Dpackaging=jar

Import database

./mysql/crudapi.sql

Config MySql properties

src/main/resources/application.properties

spring.datasource.url=jdbc:mysql://localhost:3306/crudapi?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
spring.datasource.username=root
spring.datasource.password=root

Build

mvn clean install -Dmaven.test.skip=true

Run

java -jar ./target/crudapi-example-1.0.0.jar

Swagger

http://127.0.0.1:8888/swagger-ui.html

User and password

superadmin
1234567890

Crudapi Admin Web

GitHub repo

https://github.com/crudapi/crudapi-admin-web

Gitee repo

https://gitee.com/crudapi/crudapi-admin-web

Config

update file quasar.conf.js, set devServer->proxy->target quasar.conf.js

devServer: {
  https: false,
  port: 8080,
  open: true, // opens browser window automatically
  proxy: {
    "/api/*": {
      target: "http://127.0.0.1:8888",
      changeOrigin: true
    }
  }
}

Demo

Demo url:https://demo.crudapi.cn/crudapi/

table Metadata table

table Table relation

customer Bussiness Data

Contact

Email

[email protected]

QQ

1440737304

Weixin

undefinedneqnull

undefinedneqnull

If you have any questions, please contact us!

crudapi-example's People

Contributors

crudapi avatar skyydq avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.