fix():更新日志模板

detached
DongZeLiang 2024-10-20 21:21:29 +08:00
parent b9307d8c53
commit 9aa666272b
7 changed files with 8 additions and 8 deletions

View File

@ -9,8 +9,8 @@
<version>3.6.3</version>
</parent>
<artifactId>cloud-common-rabbit</artifactId>
<artifactId>cloud-common-message</artifactId>
<description>cloud-common-message公共消息模块</description>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

View File

@ -11,7 +11,7 @@
<artifactId>cloud-common-xxl</artifactId>
<description>XllJob定时任务</description>
<description>cloud-common-xxl定时任务</description>
<properties>
<maven.compiler.source>17</maven.compiler.source>

View File

@ -19,7 +19,7 @@
<module>cloud-common-datasource</module>
<module>cloud-common-system</module>
<module>cloud-common-xxl</module>
<module>cloud-common-rabbit</module>
<module>cloud-common-message</module>
</modules>
<artifactId>cloud-common</artifactId>

View File

@ -79,7 +79,7 @@
<dependency>
<groupId>com.muyu</groupId>
<artifactId>cloud-common-rabbit</artifactId>
<artifactId>cloud-common-message</artifactId>
</dependency>
</dependencies>

View File

@ -263,7 +263,7 @@
<!-- rabbitMq消息中间件 -->
<dependency>
<groupId>com.muyu</groupId>
<artifactId>cloud-common-rabbit</artifactId>
<artifactId>cloud-common-message</artifactId>
<version>${muyu.version}</version>
</dependency>
</dependencies>