refactor: 将 RuoYi 标记替换为 HZHub
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>ruoyi-extend</artifactId>
|
||||
<groupId>org.ruoyi</groupId>
|
||||
<artifactId>hzhub-extend</artifactId>
|
||||
<groupId>org.hzhub</groupId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.ruoyi.monitor.admin;
|
||||
package org.hzhub.monitor.admin;
|
||||
|
||||
import de.codecentric.boot.admin.server.config.EnableAdminServer;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.ruoyi.monitor.admin.config;
|
||||
package org.hzhub.monitor.admin.config;
|
||||
|
||||
import de.codecentric.boot.admin.server.config.AdminServerProperties;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.ruoyi.monitor.admin.notifier;
|
||||
package org.hzhub.monitor.admin.notifier;
|
||||
|
||||
import de.codecentric.boot.admin.server.domain.entities.Instance;
|
||||
import de.codecentric.boot.admin.server.domain.entities.InstanceRepository;
|
||||
|
||||
@@ -18,7 +18,7 @@ spring:
|
||||
boot:
|
||||
admin:
|
||||
ui:
|
||||
title: ruoyi-ai服务监控中心
|
||||
title: hzhub-ai服务监控中心
|
||||
context-path: /admin
|
||||
# 忽略无用警告
|
||||
thymeleaf:
|
||||
|
||||
Reference in New Issue
Block a user