Add mvnw for shardingsphere-ui (#4030)

* add shardingsphere-ui-bin-distribution module

* add shardingsphere-ui-src-distribution module

* add final name for shardingsphere-ui

* add mvnw

* add mvnw notice for ui bin
10 files changed
tree: 5772e6618c2efb32f0657a724b6b92c8cc9120b1
  1. .mvn/
  2. shardingsphere-ui-backend/
  3. shardingsphere-ui-distribution/
  4. shardingsphere-ui-frontend/
  5. DISCLAIMER
  6. LICENSE
  7. mvnw
  8. mvnw.cmd
  9. NOTICE
  10. pom.xml
  11. README.md
README.md

ShardingSphere UI

License

Build Status

Overview

ShardingSphere UI is a management background for ShardingSphere, including: dynamic configuration, Data orchestration, etc.

ShardingSphere UI Frontend

shardingsphere-ui-frontend based on vue and use the UI Toolkit element.

ShardingSphere UI Backend

shardingsphere-ui-backend is a standard spring boot project.

How to Build

git clone https://github.com/apache/incubator-shardingsphere.git
cd incubator-shardingsphere/shardingsphere-ui/
mvn clean package

Get the package in /dist. (shardingsphere-ui.tar.gz)