diff --git a/README.md b/README.md index acd3e7e5..a843f9bd 100644 --- a/README.md +++ b/README.md @@ -13,27 +13,27 @@ + href="https://github.com/dromara/orion-visor/releases"> release - star + href="https://gitee.com/dromara/orion-visor/stargazers"> + star - fork + href="https://gitee.com/dromara/orion-visor/members"> + fork + href="https://github.com/dromara/orion-visor"> star + href="https://github.com/dromara/orion-visor"> star

@@ -53,7 +53,7 @@ * 🔗 演示地址: http://101.43.254.243:1081/ * 🔏 演示账号: admin/admin -* ⭐ 体验后可以点一下 `star` 这对我很重要! [github](https://github.com/lijiahangmax/orion-visor) [gitee](https://gitee.com/lijiahangmax/orion-visor) +* ⭐ 体验后可以点一下 `star` 这对我很重要! [github](https://github.com/dromara/orion-visor) [gitee](https://gitee.com/dromara/orion-visor) * 🌈 如果本项目对你有帮助请帮忙推广一下 让更多的人知道此项目! * 🎭 演示环境部分功能不可用, 完整功能请本地部署! * 📛 演示环境请不要随便删除数据! @@ -63,7 +63,7 @@ ```bash # clone -git clone https://github.com/lijiahangmax/orion-visor +git clone https://github.com/dromara/orion-visor cd orion-visor # 启动 docker compose up -d @@ -131,8 +131,8 @@ docker compose up -d ## 免责声明 -在使用本项目之前, 请确保您已经了解并同意相关的使用协议和隐私政策。[免责声明](https://github.com/lijiahangmax/orion-visor/blob/main/DISCLAIMER.md) +在使用本项目之前, 请确保您已经了解并同意相关的使用协议和隐私政策。[免责声明](https://github.com/dromara/orion-visor/blob/main/DISCLAIMER.md) ## License -本项目遵循 [Apache-2.0](https://github.com/lijiahangmax/orion-visor/blob/main/LICENSE) 开源许可证。 +本项目遵循 [Apache-2.0](https://github.com/dromara/orion-visor/blob/main/LICENSE) 开源许可证。 diff --git a/docker-upgrade.sh b/docker-upgrade.sh index 52f56f4e..3887bcfa 100644 --- a/docker-upgrade.sh +++ b/docker-upgrade.sh @@ -1,6 +1,5 @@ #/bin/bash docker compose down -sh ./pull.sh # demo 启动 if [ "$1" == "demo" ]; then sed -i 's/DEMO_MODE=false/DEMO_MODE=true/g' docker-compose.yml diff --git a/orion-visor-dependencies/pom.xml b/orion-visor-dependencies/pom.xml index 9cc9a61e..033d180c 100644 --- a/orion-visor-dependencies/pom.xml +++ b/orion-visor-dependencies/pom.xml @@ -11,7 +11,7 @@ ${project.artifactId} 项目所有依赖 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor 2.0.7 diff --git a/orion-visor-framework/orion-visor-framework-common/pom.xml b/orion-visor-framework/orion-visor-framework-common/pom.xml index 3d19c493..6b446405 100644 --- a/orion-visor-framework/orion-visor-framework-common/pom.xml +++ b/orion-visor-framework/orion-visor-framework-common/pom.xml @@ -14,7 +14,7 @@ jar 项目公共基准包 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-framework/orion-visor-framework-common/src/main/java/com/orion/visor/framework/common/constant/AppConst.java b/orion-visor-framework/orion-visor-framework-common/src/main/java/com/orion/visor/framework/common/constant/AppConst.java index 89682f15..0f311534 100644 --- a/orion-visor-framework/orion-visor-framework-common/src/main/java/com/orion/visor/framework/common/constant/AppConst.java +++ b/orion-visor-framework/orion-visor-framework-common/src/main/java/com/orion/visor/framework/common/constant/AppConst.java @@ -18,10 +18,10 @@ public interface AppConst extends OrionConst { String ORION_VISOR = "orion-visor"; - String GITHUB = "https://github.com/lijiahangmax/orion-visor"; + String GITHUB = "https://github.com/dromara/orion-visor"; - String GITEE = "https://gitee.com/lijiahangmax/orion-visor"; + String GITEE = "https://gitee.com/dromara/orion-visor"; - String ISSUES = "https://github.com/lijiahangmax/orion-visor/issues"; + String ISSUES = "https://github.com/dromara/orion-visor/issues"; } diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-banner/pom.xml b/orion-visor-framework/orion-visor-spring-boot-starter-banner/pom.xml index 0d62aa8f..a650c6d2 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-banner/pom.xml +++ b/orion-visor-framework/orion-visor-spring-boot-starter-banner/pom.xml @@ -14,7 +14,7 @@ jar 项目 banner 打印包 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-biz-operator-log/pom.xml b/orion-visor-framework/orion-visor-spring-boot-starter-biz-operator-log/pom.xml index 283b5a56..3859eaa3 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-biz-operator-log/pom.xml +++ b/orion-visor-framework/orion-visor-spring-boot-starter-biz-operator-log/pom.xml @@ -14,7 +14,7 @@ jar 项目操作日志包 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-datasource/pom.xml b/orion-visor-framework/orion-visor-spring-boot-starter-datasource/pom.xml index 3d7e864a..137ceed3 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-datasource/pom.xml +++ b/orion-visor-framework/orion-visor-spring-boot-starter-datasource/pom.xml @@ -14,7 +14,7 @@ jar 项目数据源配置包 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-desensitize/pom.xml b/orion-visor-framework/orion-visor-spring-boot-starter-desensitize/pom.xml index 35fd715a..db012646 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-desensitize/pom.xml +++ b/orion-visor-framework/orion-visor-spring-boot-starter-desensitize/pom.xml @@ -14,7 +14,7 @@ jar 项目数据脱敏包 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-job/pom.xml b/orion-visor-framework/orion-visor-spring-boot-starter-job/pom.xml index d9f6f371..b225ecf9 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-job/pom.xml +++ b/orion-visor-framework/orion-visor-spring-boot-starter-job/pom.xml @@ -14,7 +14,7 @@ jar 项目定时任务配置包 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-log/pom.xml b/orion-visor-framework/orion-visor-spring-boot-starter-log/pom.xml index e6f64d2e..e2e47972 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-log/pom.xml +++ b/orion-visor-framework/orion-visor-spring-boot-starter-log/pom.xml @@ -14,7 +14,7 @@ jar 项目日志配置包 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-monitor/pom.xml b/orion-visor-framework/orion-visor-spring-boot-starter-monitor/pom.xml index 5e1d50c9..7765d62a 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-monitor/pom.xml +++ b/orion-visor-framework/orion-visor-spring-boot-starter-monitor/pom.xml @@ -14,7 +14,7 @@ jar 项目监控配置包 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/pom.xml b/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/pom.xml index 5f994e23..ad4e9fdb 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/pom.xml +++ b/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/pom.xml @@ -14,7 +14,7 @@ jar 项目 mybatis 配置包 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-redis/pom.xml b/orion-visor-framework/orion-visor-spring-boot-starter-redis/pom.xml index b9da3058..449bd426 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-redis/pom.xml +++ b/orion-visor-framework/orion-visor-spring-boot-starter-redis/pom.xml @@ -14,7 +14,7 @@ jar 项目 redis 配置包 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-security/pom.xml b/orion-visor-framework/orion-visor-spring-boot-starter-security/pom.xml index 489db73a..691e2dba 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-security/pom.xml +++ b/orion-visor-framework/orion-visor-spring-boot-starter-security/pom.xml @@ -14,7 +14,7 @@ jar 项目 security 配置包 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-storage/pom.xml b/orion-visor-framework/orion-visor-spring-boot-starter-storage/pom.xml index d1d14429..07ec23b2 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-storage/pom.xml +++ b/orion-visor-framework/orion-visor-spring-boot-starter-storage/pom.xml @@ -14,7 +14,7 @@ jar 项目存储层配置包 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-swagger/pom.xml b/orion-visor-framework/orion-visor-spring-boot-starter-swagger/pom.xml index cd81bd72..323a9915 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-swagger/pom.xml +++ b/orion-visor-framework/orion-visor-spring-boot-starter-swagger/pom.xml @@ -14,7 +14,7 @@ jar 项目 swagger 配置包 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-test/pom.xml b/orion-visor-framework/orion-visor-spring-boot-starter-test/pom.xml index 00f68c39..9feb54cd 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-test/pom.xml +++ b/orion-visor-framework/orion-visor-spring-boot-starter-test/pom.xml @@ -14,7 +14,7 @@ jar 项目单元测试包 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-web/pom.xml b/orion-visor-framework/orion-visor-spring-boot-starter-web/pom.xml index d7d5e2ae..b2def1f8 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-web/pom.xml +++ b/orion-visor-framework/orion-visor-spring-boot-starter-web/pom.xml @@ -14,7 +14,7 @@ jar 项目 web 包 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-websocket/pom.xml b/orion-visor-framework/orion-visor-spring-boot-starter-websocket/pom.xml index ebe78ea3..4508ce85 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-websocket/pom.xml +++ b/orion-visor-framework/orion-visor-spring-boot-starter-websocket/pom.xml @@ -14,7 +14,7 @@ jar 项目 websocket 配置包 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-framework/pom.xml b/orion-visor-framework/pom.xml index 9e047423..dbaa7974 100644 --- a/orion-visor-framework/pom.xml +++ b/orion-visor-framework/pom.xml @@ -13,7 +13,7 @@ pom 项目组件包 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor orion-visor-framework-common diff --git a/orion-visor-launch/pom.xml b/orion-visor-launch/pom.xml index 7748b291..c2e14714 100644 --- a/orion-visor-launch/pom.xml +++ b/orion-visor-launch/pom.xml @@ -13,7 +13,7 @@ jar 后端服务主项目容器 按需引用 orion-visor-module-xxx 依赖 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-launch/src/main/resources/application.yaml b/orion-visor-launch/src/main/resources/application.yaml index d72dc6d1..19771a27 100644 --- a/orion-visor-launch/src/main/resources/application.yaml +++ b/orion-visor-launch/src/main/resources/application.yaml @@ -220,10 +220,10 @@ orion: title: orion-visor 运维平台 description: 一站式运维服务平台 version: ${orion.version} - url: https://github.com/lijiahangmax/orion-visor + url: https://github.com/dromara/orion-visor email: ljh1553488six@139.com license: Apache-2.0 - license-url: https://github.com/lijiahangmax/orion-visor/blob/main/LICENSE + license-url: https://github.com/dromara/orion-visor/blob/main/LICENSE grouped-api: infra: group: "infra - 基建模块" diff --git a/orion-visor-module-asset/orion-visor-module-asset-provider/pom.xml b/orion-visor-module-asset/orion-visor-module-asset-provider/pom.xml index 43a9c052..787ab92b 100644 --- a/orion-visor-module-asset/orion-visor-module-asset-provider/pom.xml +++ b/orion-visor-module-asset/orion-visor-module-asset-provider/pom.xml @@ -13,7 +13,7 @@ jar 项目资产模块 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-module-asset/orion-visor-module-asset-service/pom.xml b/orion-visor-module-asset/orion-visor-module-asset-service/pom.xml index 4fb0c273..d42203a8 100644 --- a/orion-visor-module-asset/orion-visor-module-asset-service/pom.xml +++ b/orion-visor-module-asset/orion-visor-module-asset-service/pom.xml @@ -13,7 +13,7 @@ jar 项目资产模块 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-module-asset/pom.xml b/orion-visor-module-asset/pom.xml index ddc424ea..e9d7fbe0 100644 --- a/orion-visor-module-asset/pom.xml +++ b/orion-visor-module-asset/pom.xml @@ -13,7 +13,7 @@ pom 项目资产模块 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor orion-visor-module-asset-provider diff --git a/orion-visor-module-infra/orion-visor-module-infra-provider/pom.xml b/orion-visor-module-infra/orion-visor-module-infra-provider/pom.xml index 779e9b3d..3c70a8e8 100644 --- a/orion-visor-module-infra/orion-visor-module-infra-provider/pom.xml +++ b/orion-visor-module-infra/orion-visor-module-infra-provider/pom.xml @@ -13,7 +13,7 @@ jar 项目基建模块 用户 菜单 日志等 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-module-infra/orion-visor-module-infra-service/pom.xml b/orion-visor-module-infra/orion-visor-module-infra-service/pom.xml index 82a41024..a0196e61 100644 --- a/orion-visor-module-infra/orion-visor-module-infra-service/pom.xml +++ b/orion-visor-module-infra/orion-visor-module-infra-service/pom.xml @@ -13,7 +13,7 @@ jar 项目基建模块 用户 菜单 日志等 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor diff --git a/orion-visor-module-infra/pom.xml b/orion-visor-module-infra/pom.xml index 21271900..01b683f7 100644 --- a/orion-visor-module-infra/pom.xml +++ b/orion-visor-module-infra/pom.xml @@ -13,7 +13,7 @@ pom 项目基建模块 用户 菜单 日志等 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor orion-visor-module-infra-provider diff --git a/orion-visor-ui/src/components/app/app-footer/index.vue b/orion-visor-ui/src/components/app/app-footer/index.vue index 50257901..d1279776 100644 --- a/orion-visor-ui/src/components/app/app-footer/index.vue +++ b/orion-visor-ui/src/components/app/app-footer/index.vue @@ -2,11 +2,11 @@ - github - gitee + github + gitee 文档 - License - v{{ version }} {{ release }} + License + v{{ version }} {{ release }} Copyright 2023 - {{ new Date().getFullYear() }} Li Jiahang, All rights reserved. diff --git a/orion-visor-ui/src/views/dashboard/workplace/components/docs.vue b/orion-visor-ui/src/views/dashboard/workplace/components/docs.vue index dda6eb6a..65738d64 100644 --- a/orion-visor-ui/src/views/dashboard/workplace/components/docs.vue +++ b/orion-visor-ui/src/views/dashboard/workplace/components/docs.vue @@ -5,16 +5,16 @@ :body-style="{ padding: '0px 20px 8px 20px' }"> - github + github - gitee + gitee - License + License - 上报 bug + 上报 bug 操作手册 diff --git a/pom.xml b/pom.xml index 18956434..0d831372 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ ${project.artifactId} 项目脚手架 - https://github.com/lijiahangmax/orion-visor + https://github.com/dromara/orion-visor orion-visor-dependencies diff --git a/sql/init-4-data.sql b/sql/init-4-data.sql index 8cdd91e1..9b7327f8 100644 --- a/sql/init-4-data.sql +++ b/sql/init-4-data.sql @@ -397,8 +397,8 @@ INSERT INTO `system_menu` VALUES (186, 184, '查询任务日志', 'asset:exec-jo INSERT INTO `system_menu` VALUES (187, 184, '删除任务日志', 'asset:exec-job-log:delete', 3, 20, 1, 1, 1, 0, NULL, NULL, NULL, '2024-03-13 15:08:23', '2024-04-12 13:51:59', '1', '1', 0); INSERT INTO `system_menu` VALUES (189, 184, '清理任务日志', 'asset:exec-job-log:management:clear', 3, 30, 1, 1, 1, 0, NULL, NULL, NULL, '2024-03-13 15:08:23', '2024-04-12 13:51:58', '1', '1', 0); INSERT INTO `system_menu` VALUES (190, 184, '中断计划任务', 'asset:exec-job-log:interrupt', 3, 40, 1, 1, 1, 0, NULL, NULL, NULL, '2024-03-13 15:08:23', '2024-04-12 00:00:33', '1', '1', 0); -INSERT INTO `system_menu` VALUES (191, 0, '提交bug', NULL, 1, 1020, 1, 1, 0, 1, 'IconBug', 'https://github.com/lijiahangmax/orion-visor/issues', NULL, '2024-04-26 11:30:18', '2024-05-17 12:57:29', '1', '1', 0); -INSERT INTO `system_menu` VALUES (192, 0, '点个赞~', NULL, 1, 1030, 1, 1, 0, 1, 'IconThumbUp', 'https://github.com/lijiahangmax/orion-visor', NULL, '2024-04-26 11:32:30', '2024-05-17 12:57:32', '1', '1', 0); +INSERT INTO `system_menu` VALUES (191, 0, '提交bug', NULL, 1, 1020, 1, 1, 0, 1, 'IconBug', 'https://github.com/dromara/orion-visor/issues', NULL, '2024-04-26 11:30:18', '2024-06-12 14:03:29', '1', '1', 0); +INSERT INTO `system_menu` VALUES (192, 0, '点个赞~', NULL, 1, 1030, 1, 1, 0, 1, 'IconThumbUp', 'https://github.com/dromara/orion-visor', NULL, '2024-04-26 11:32:30', '2024-06-12 14:03:25', '1', '1', 0); INSERT INTO `system_menu` VALUES (193, 0, '计划任务', NULL, 1, 430, 1, 1, 1, 0, 'IconCalendarClock', NULL, 'jobModule', '2024-04-28 15:31:24', '2024-04-28 15:32:56', '1', '1', 0); INSERT INTO `system_menu` VALUES (194, 152, '在线会话', NULL, 2, 20, 1, 1, 1, 0, 'IconUserGroup', NULL, 'connectSession', '2024-05-07 11:12:17', '2024-05-07 11:12:35', '1', '1', 0); INSERT INTO `system_menu` VALUES (195, 194, '查询在线会话', 'asset:host-connect-session:management:query', 3, 10, 1, 1, 1, 0, NULL, NULL, NULL, '2024-05-07 11:13:16', '2024-05-07 11:13:16', '1', '1', 0);