fix():更新日志模板
parent
b9307d8c53
commit
9aa666272b
|
@ -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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-common-rabbit</artifactId>
|
||||
<artifactId>cloud-common-message</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Reference in New Issue