master
homemwh 2023-07-06 22:45:29 +08:00
parent ddf5f5466f
commit c960b1d679
2 changed files with 3 additions and 9 deletions

View File

@ -14,15 +14,9 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.yanxiao</groupId> <groupId>com.yanxiao</groupId>
<artifactId>yx-base-core</artifactId> <artifactId>yx-busi-core</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency>
<groupId>com.yanxiao</groupId>
<artifactId>yx-send-message-api</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -1,7 +1,7 @@
package com.yanxiao.test.web; package com.yanxiao.test.web;
import com.yanxiao.client.client.SendMessageClient; import com.yanxiao.message.client.SendMessageClient;
import com.yanxiao.client.model.SendMessageDTO; import com.yanxiao.message.model.SendMessageDTO;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;