# crudapi-pro-example **Repository Path**: flankiee/crudapi-pro-example ## Basic Information - **Project Name**: crudapi-pro-example - **Description**: crudapi是crud+api组合,表示增删改查接口,是一款零代码可配置的产品。使用crudapi可以告别枯燥无味的增删改查代码,让您更加专注业务,节约大量成本,从而提高工作效率。crudapi的目标是让处理数据变得更简单,所有人都可以免费使用!无需编程,通过配置自动生成crud增删改查RESTful API,提供后台Web管理UI。基于主流的开源框架,后端采用Spring Boot。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: https://demo.crudapi.cn/crudapi/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-11-06 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Second development demo ## Language [中文](README_CN.md) ## GIT URL Name | Type | License | GitHub| Gitee --- | --- | --- | --- | --- crudapi-admin-web | Vue Qusar Code | Open Source | [crudapi-admin-web](https://github.com/crudapi/crudapi-admin-web) | [crudapi-admin-web](https://gitee.com/crudapi/crudapi-admin-web) crudapi-example| Java SDK | Free | [crudapi-example](https://github.com/crudapi/crudapi-example) | [crudapi-example](https://gitee.com/crudapi/crudapi-example) crudapi-pro-example | Java Pro SDK | Bussiness | [crudapi-pro-example](https://github.com/crudapi/crudapi-pro-example) | [crudapi-pro-example](https://gitee.com/crudapi/crudapi-pro-example) ## Price
Purchase commercial edition, send all source code, including front-end Vue source code and background Java source code. ## GIT URL ### GitHub repo [https://github.com/crudapi/crudapi-pro-example](https://github.com/crudapi/crudapi-pro-example) ### Gitee repo [https://gitee.com/crudapi/crudapi-pro-example](https://gitee.com/crudapi/crudapi-pro-example) ### download and install crudapi jar ```bash cd lib set var PASSWORD, please contact us for get password! ./download.sh ``` ### Import database ./mysql/crudapi.sql ### Config MySql properties src/main/resources/application.properties ```bash 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 ```bash mvn clean install -Dmaven.test.skip=true ``` ### Run ```bash java -jar ./target/crudapi-pro-example-1.1.0.jar ``` ### Swagger [http://127.0.0.1:8888/swagger-ui.html](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](https://github.com/crudapi/crudapi-admin-web) #### Gitee repo [https://gitee.com/crudapi/crudapi-admin-web](https://gitee.com/crudapi/crudapi-admin-web) #### Config update file quasar.conf.js, set devServer->proxy->target quasar.conf.js ```javascript devServer: { https: false, port: 8080, open: true, proxy: { "/api/*": { target: "http://127.0.0.1:8888", changeOrigin: true } } } ``` ## Demo Demo url:[https://demo.crudapi.cn/crudapi/](https://demo.crudapi.cn/crudapi/) ![table](./img/table.png) Metadata table ![table](./img/relation.png) Table relation ![customer](./img/customer.png) Bussiness Data ## Contact #### Email admin@crudapi.cn #### QQ 1440737304 #### Weixin undefinedneqnull
#### WeixinQun
If you have any questions, please contact us!