Merge pull request #27 from menghaoranss/dashboard-i18n

Add i18n for dashboard
tree: 733548d7dbb0128c47d99688c67f786737f94e15
  1. .mvn/
  2. shardingsphere-elasticjob-cloud-ui/
  3. shardingsphere-elasticjob-lite-ui/
  4. shardingsphere-elasticjob-ui-distribution/
  5. .asf.yaml
  6. .gitignore
  7. LICENSE
  8. mvnw
  9. mvnw.cmd
  10. NOTICE
  11. pom.xml
  12. README.md
  13. README_ZH.md
  14. RELEASE-NOTES.md
README.md

ShardingSphere ElasticJob UI

License

Overview

ShardingSphere ElasticJob UI is a management background for ShardingSphere-ElasticJob . There are two parts in this project:

  • shardingsphere-elasticjob-lite-ui: the UI of shardingsphere-elasticjob-lite
  • shardingsphere-elasticjob-cloud-ui: the UI of shardingsphere-elasticjob-cloud

ShardingSphere ElasticJob UI Frontend

shardingsphere-elasticjob-lite-ui-frontend/shardingsphere-elasticjob-cloud-ui-frontend based on vue and use the UI Toolkit element.

ShardingSphere ElasticJob UI Backend

shardingsphere-elasticjob-lite-ui-backend, shardingsphere-elasticjob-cloud-ui-backend is a standard spring boot project.

How to Build

git clone https://github.com/apache/shardingsphere-elasticjob-ui.git
cd shardingsphere-elasticjob-ui/
mvn clean package -Prelease
  • Get the lite package in shardingsphere-elasticjob-ui/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-lite-ui-bin-distribution/target/apache-shardingsphere-${latest.release.version}-shardingsphere-elasticjob-lite-ui-bin.tar.gz
  • Get the cloud package in shardingsphere-elasticjob-ui/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-cloud-ui-bin-distribution/target/apache-shardingsphere-${latest.release.version}-shardingsphere-elasticjob-cloud-ui-bin.tar.gz