master
parent
ddf5f5466f
commit
c960b1d679
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue