refactor(forest): 跟随上游更新
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.lanyuanxiaoyao.micro.service</groupId>
|
||||
<artifactId>entity</artifactId>
|
||||
<artifactId>center-entity</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
@@ -13,7 +13,7 @@ import org.eclipse.collections.api.list.ImmutableList;
|
||||
* @author lanyuanxiaoyao
|
||||
* @date 2023-05-07
|
||||
*/
|
||||
@BaseRequest(baseURL = "http://queue/deque")
|
||||
@BaseRequest(baseURL = "http://center-queue/deque")
|
||||
public interface DequeService {
|
||||
@Get("/names")
|
||||
ImmutableList<String> names();
|
||||
|
||||
@@ -13,7 +13,7 @@ import org.eclipse.collections.api.list.ImmutableList;
|
||||
* @author lanyuanxiaoyao
|
||||
* @date 2023-05-07
|
||||
*/
|
||||
@BaseRequest(baseURL = "http://queue/queue")
|
||||
@BaseRequest(baseURL = "http://center-queue/queue")
|
||||
public interface QueueService {
|
||||
@Get("/names")
|
||||
ImmutableList<String> names();
|
||||
|
||||
Reference in New Issue
Block a user