shardingsphere-elastic-job-ui 管理界面安装

shardingsphere-elasticjob 从 3.0.0-alpha 版本开始,将console管理界面单独拆分出来

下载前需要

安装 maven 配置环境变量

安装 nodejs 配置环境变量

下载ui源码,安装

官方并未直接提供可执行的二进制文件,需要下载源码编译,目前发行版 3.0.2

复制代码
https://github.com/apache/shardingsphere-elasticjob-ui/releases/tag/3.0.2
复制代码
cd shardingsphere-elasticjob-ui

mvn clean install -Prelease -DskipTests

打包完成后有两个ui项目 lite 和 cloud ,根据项目需要获取

lite的可执行文件 路径地址

复制代码
目录:
shardingsphere-elasticjob-ui\
	shardingsphere-elasticjob-ui-distribution\
 		shardingsphere-elasticjob-lite-ui-bin-distribution\
 			target\
文件名:
	apache-shardingsphere-elasticjob-3.0.2-lite-ui-bin.tar.gz

解压并打开文件夹:apache-shardingsphere-elasticjob-3.0.2-lite-ui-bin

执行bin目录下 start.bat

在浏览器中打开地址:

账户密码 默认都是 root

http://localhost:8088

修改默认配置

ui启动使用的端口是8088,是比较常用的端口所以需要修改

在conf目录下修改:

复制代码
server.port=8088  #改为其他端口
# 默认账户密码
auth.username=root 
auth.password=root

添加注册中心

注意:namespace是在配置文件中配置的,登录凭证没有不用填

点击连接

相关推荐
枫叶丹419 小时前
MCP、A2A、AG-UI:一篇讲清 Agent 协议栈
人工智能·ui·chatgpt·agent·codex
山川志~1 天前
Vue + Element UI 实战:如何实现表格时间、金额字段排序
vue.js·ui·elementui
Oll Correct2 天前
Adobe illustrator 案例六:手枪图标绘制
笔记·ui·adobe·illustrator
l1m0_2 天前
React+Tailwind+AI 实战:连锁餐饮管理后台从零到一开发复盘
前端·react.js·ui·ai·ai设计
ryanuo72 天前
Shadcn/ui × Qt 6/QML:一次从 Web UI 到桌面 UI 的组件化实践
c++·qt·ui·shadcn
盛夏绽放3 天前
Proxy与Reflect详解(二):进阶篇——手写Vue3响应式系统
ui·vue3·proxy
造火箭3 天前
Android UI自动化测试可行性评估SKILL
android·功能测试·ui
love530love3 天前
虚拟显示驱动导致 Photoshop / Camera Raw 卡死?OrayIddDriver 的锅
运维·人工智能·ui·photoshop·orayidddriver·hags 调度
名字还没想好☜3 天前
React 19 useOptimistic 实战:点赞评论先更新 UI,失败自动回滚
前端·javascript·react.js·ui·react·useoptimistic