|
|
|
@ -23,10 +23,10 @@ import java.util.concurrent.atomic.AtomicInteger;
@@ -23,10 +23,10 @@ import java.util.concurrent.atomic.AtomicInteger;
|
|
|
|
|
import org.junit.jupiter.api.Test; |
|
|
|
|
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
|
import org.springframework.boot.actuate.autoconfigure.web.server.LocalManagementPort; |
|
|
|
|
import org.springframework.boot.autoconfigure.EnableAutoConfiguration; |
|
|
|
|
import org.springframework.boot.test.context.SpringBootTest; |
|
|
|
|
import org.springframework.boot.web.server.LocalServerPort; |
|
|
|
|
import org.springframework.boot.test.web.server.LocalManagementPort; |
|
|
|
|
import org.springframework.boot.test.web.server.LocalServerPort; |
|
|
|
|
import org.springframework.cloud.client.discovery.event.InstancePreRegisteredEvent; |
|
|
|
|
import org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent; |
|
|
|
|
import org.springframework.context.ApplicationListener; |
|
|
|
|