fix: 更新 Dockerfile 和 pom.xml 中的路径引用为 hzhub

This commit is contained in:
2026-03-27 07:11:58 +00:00
parent ff0ec6d2e3
commit f8f805de53
15 changed files with 31 additions and 31 deletions

View File

@@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>ruoyi-monitor-admin</artifactId>
<artifactId>hzhub-monitor-admin</artifactId>
<dependencies>
<!-- SpringBoot Web容器 -->

View File

@@ -2,7 +2,7 @@
<configuration debug="false" scan="true" scanPeriod="1 seconds">
<contextName>logback</contextName>
<property name="log.path" value="./logs/ruoyi-monitor-admin"/>
<property name="log.path" value="./logs/hzhub-monitor-admin"/>
<property name="console.log.pattern"
value="%cyan(%d{yyyy-MM-dd HH:mm:ss}) %green([%thread]) %highlight(%-5level) %boldMagenta(%logger{36}%n) - %msg%n"/>
<property name="log.pattern" value="%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n"/>