ShardingSphere【三】——UI功能实践

125 阅读1分钟

背景

本篇进行ShardingSphere-UI功能的了解使用

文档

官方文档地址 :shardingsphere.apache.org/document/cu…
有兴趣的小伙伴可以去了解一下

运行

前端

从github上拉取ui代码后,前端直接执行npm构建打包命令

npm install
npm run dev
npm rebuild node-sass
npm run dev

后端

后端代码直接main方法跑起来就可以了

访问

访问 http://localhost:8080/

image.png