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