【notice】增加notice引用message包

pull/3/head
liuhanqing 2021-01-10 18:00:31 +08:00
parent 50c0557585
commit c869c7fcff
1 changed files with 3 additions and 2 deletions

View File

@ -53,11 +53,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!--消息模块-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>message-api</artifactId>
<artifactId>message-spring-boot-starter</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>