Skip to content

Commit

Permalink
update RM
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Jan 1, 2025
1 parent 163910b commit 8e9174c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ public void stop() {
logger.error(e.getMessage(), e);
}

// TODO1,registryDeferredResultMap clean

// stop thread
RegistryCacheHelpler.stopThread(deferredResultMonitorThread);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void postHandle(HttpServletRequest request, HttpServletResponse response,
// default menu
List<ResourceDTO> resourceDTOList = Arrays.asList(
new ResourceDTO(1, 0, "首页",0, "", "/index", "fa fa-home", 1, 0),
new ResourceDTO(2, 0, "服务注册列表",0, "", "/instance", " fa-cubes", 2, 0),
new ResourceDTO(2, 0, "注册中心",0, "", "/instance", " fa-cubes", 2, 0),
new ResourceDTO(3, 0, "应用管理",0, "ADMIN", "/application", " fa-cloud", 3, 0),
new ResourceDTO(4, 0, "环境管理",0, "ADMIN", "/environment", "fa-cog", 4, 0),
new ResourceDTO(5, 0, "鉴权管理",0, "ADMIN", "/accesstoken", "fa-key", 5, 0),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
admin_name=服务注册中心
admin_name_full=服务注册中心|XXL-RPC
admin_name=服务管理平台
admin_name_full=服务管理平台|XXL-RPC
admin_version=1.8.1

## system
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<!-- content-header -->
<section class="content-header">
<#-- biz start3/5 name) -->
<h1>服务注册列表</h1>
<h1>注册中心</h1>
<#-- biz end3/5 name) -->
</section>

Expand Down

0 comments on commit 8e9174c

Please sign in to comment.