commit | ef08c173427d82284d5c8373f4107e260c813651 | [log] [tgz] |
---|---|---|
author | dayu <wenyu.dai@qq.com> | Thu Jan 06 11:41:34 2022 +0800 |
committer | GitHub <noreply@github.com> | Thu Jan 06 11:41:34 2022 +0800 |
tree | b608de26cdedc13a46ca7c1d54a7c4e68313a3ca | |
parent | c04587bdeae7d47cabe255b160d549d6e6dfa229 [diff] |
modify password (#176) Co-authored-by: wenyu.dai <“wenyu.dai@qq.com”>
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/