refactor(forest): 跟随上游更新

This commit is contained in:
2023-05-24 12:17:45 +08:00
parent 4942691928
commit 36cb832250
3 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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();

View File

@@ -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();