commit | 0b0d27682c1f2dae88c50c8d0a9e2015679ad093 | [log] [tgz] |
---|---|---|
author | dayu <wenyu.dai@qq.com> | Sat Jan 14 16:34:35 2023 +0800 |
committer | GitHub <noreply@github.com> | Sat Jan 14 16:34:35 2023 +0800 |
tree | 45e9b1e9dd643910dc549fdd2988a7ca1c3c747d | |
parent | 19725cf8fa32d87e9d10b52785796730c1b8132f [diff] |
feat: add tag operator (#267) Co-authored-by: mahaitao617 <mahaitao617@mahaitao617deMacBook-Pro.local>
Apache ShenYu Dashboard is frontend of a management background for Apache ShenYu. The API interface is in the Apache Shenyu Admin module.
Modify the api url for different environment, eg: http://192.168.1.100:8000
# install dependencies in this project root path. npm install # start npm start
# install dependencies in this project root path. npm install # build for production npm run build # copy to apache-shenyu-admin cp -rf dist/* shenyu-admin/src/main/resources/static/