mirror of https://github.com/longtai-cn/hippo4j
parent
e2300f9323
commit
e2c337e09f
@ -1,6 +1,6 @@
|
|||||||
package com.github.dynamic.threadpool.registry.config;
|
package com.github.dynamic.threadpool.discovery.config;
|
||||||
|
|
||||||
import com.github.dynamic.threadpool.registry.core.BaseInstanceRegistry;
|
import com.github.dynamic.threadpool.discovery.core.BaseInstanceRegistry;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
|
|
@ -1,11 +1,11 @@
|
|||||||
package com.github.dynamic.threadpool.registry.controller;
|
package com.github.dynamic.threadpool.discovery.controller;
|
||||||
|
|
||||||
import com.github.dynamic.threadpool.common.model.InstanceInfo;
|
import com.github.dynamic.threadpool.common.model.InstanceInfo;
|
||||||
import com.github.dynamic.threadpool.common.web.base.Result;
|
import com.github.dynamic.threadpool.common.web.base.Result;
|
||||||
import com.github.dynamic.threadpool.common.web.base.Results;
|
import com.github.dynamic.threadpool.common.web.base.Results;
|
||||||
import com.github.dynamic.threadpool.common.web.exception.ErrorCodeEnum;
|
import com.github.dynamic.threadpool.common.web.exception.ErrorCodeEnum;
|
||||||
import com.github.dynamic.threadpool.registry.core.InstanceRegistry;
|
import com.github.dynamic.threadpool.discovery.core.InstanceRegistry;
|
||||||
import com.github.dynamic.threadpool.registry.core.Lease;
|
import com.github.dynamic.threadpool.discovery.core.Lease;
|
||||||
import lombok.NonNull;
|
import lombok.NonNull;
|
||||||
import lombok.RequiredArgsConstructor;
|
import lombok.RequiredArgsConstructor;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
@ -1,4 +1,4 @@
|
|||||||
package com.github.dynamic.threadpool.registry.core;
|
package com.github.dynamic.threadpool.discovery.core;
|
||||||
|
|
||||||
import com.github.dynamic.threadpool.common.model.InstanceInfo;
|
import com.github.dynamic.threadpool.common.model.InstanceInfo;
|
||||||
import com.github.dynamic.threadpool.common.model.InstanceInfo.InstanceStatus;
|
import com.github.dynamic.threadpool.common.model.InstanceInfo.InstanceStatus;
|
@ -1,4 +1,4 @@
|
|||||||
package com.github.dynamic.threadpool.registry.core;
|
package com.github.dynamic.threadpool.discovery.core;
|
||||||
|
|
||||||
import com.github.dynamic.threadpool.common.model.InstanceInfo;
|
import com.github.dynamic.threadpool.common.model.InstanceInfo;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
package com.github.dynamic.threadpool.registry.core;
|
package com.github.dynamic.threadpool.discovery.core;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Lease.
|
* Lease.
|
@ -1,4 +1,4 @@
|
|||||||
package com.github.dynamic.threadpool.registry.core;
|
package com.github.dynamic.threadpool.discovery.core;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pair.
|
* Pair.
|
@ -1,4 +1,4 @@
|
|||||||
package com.github.dynamic.threadpool.registry.core;
|
package com.github.dynamic.threadpool.discovery.core;
|
||||||
|
|
||||||
import com.github.dynamic.threadpool.common.model.InstanceInfo.InstanceStatus;
|
import com.github.dynamic.threadpool.common.model.InstanceInfo.InstanceStatus;
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue