提交 9b8d42aa authored 作者: 陈世营's avatar 陈世营

[修改]目录调整

上级 a2a44677
...@@ -14,11 +14,11 @@ ...@@ -14,11 +14,11 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos; package com.timeloit.cloud.nacos;
import com.loittime.cloud.nacos.refresh.NacosContextRefresher; import com.timeloit.cloud.nacos.refresh.NacosContextRefresher;
import com.loittime.cloud.nacos.refresh.NacosRefreshHistory; import com.timeloit.cloud.nacos.refresh.NacosRefreshHistory;
import com.loittime.cloud.nacos.refresh.NacosRefreshProperties; import com.timeloit.cloud.nacos.refresh.NacosRefreshProperties;
import org.springframework.beans.factory.BeanFactoryUtils; import org.springframework.beans.factory.BeanFactoryUtils;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.context.ApplicationContext; import org.springframework.context.ApplicationContext;
......
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos; package com.timeloit.cloud.nacos;
import com.loittime.cloud.nacos.client.NacosPropertySourceLocator; import com.timeloit.cloud.nacos.client.NacosPropertySourceLocator;
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean; import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos; package com.timeloit.cloud.nacos;
import static com.alibaba.nacos.api.PropertyKeyConst.ACCESS_KEY; import static com.alibaba.nacos.api.PropertyKeyConst.ACCESS_KEY;
import static com.alibaba.nacos.api.PropertyKeyConst.CLUSTER_NAME; import static com.alibaba.nacos.api.PropertyKeyConst.CLUSTER_NAME;
......
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos; package com.timeloit.cloud.nacos;
import com.loittime.cloud.nacos.client.NacosPropertySource; import com.timeloit.cloud.nacos.client.NacosPropertySource;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.client; package com.timeloit.cloud.nacos.client;
import java.util.Date; import java.util.Date;
import java.util.Map; import java.util.Map;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.client; package com.timeloit.cloud.nacos.client;
import java.io.StringReader; import java.io.StringReader;
import java.util.Date; import java.util.Date;
...@@ -23,7 +23,7 @@ import java.util.HashMap; ...@@ -23,7 +23,7 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
import java.util.Properties; import java.util.Properties;
import com.loittime.cloud.nacos.NacosPropertySourceRepository; import com.timeloit.cloud.nacos.NacosPropertySourceRepository;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.config.YamlPropertiesFactoryBean; import org.springframework.beans.factory.config.YamlPropertiesFactoryBean;
......
...@@ -14,14 +14,14 @@ ...@@ -14,14 +14,14 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.client; package com.timeloit.cloud.nacos.client;
import java.util.Arrays; import java.util.Arrays;
import java.util.List; import java.util.List;
import com.loittime.cloud.nacos.NacosConfigProperties; import com.timeloit.cloud.nacos.NacosConfigProperties;
import com.loittime.cloud.nacos.NacosPropertySourceRepository; import com.timeloit.cloud.nacos.NacosPropertySourceRepository;
import com.loittime.cloud.nacos.refresh.NacosContextRefresher; import com.timeloit.cloud.nacos.refresh.NacosContextRefresher;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.cloud.bootstrap.config.PropertySourceLocator; import org.springframework.cloud.bootstrap.config.PropertySourceLocator;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.diagnostics.analyzer; package com.timeloit.cloud.nacos.diagnostics.analyzer;
import org.springframework.boot.diagnostics.AbstractFailureAnalyzer; import org.springframework.boot.diagnostics.AbstractFailureAnalyzer;
import org.springframework.boot.diagnostics.FailureAnalysis; import org.springframework.boot.diagnostics.FailureAnalysis;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.diagnostics.analyzer; package com.timeloit.cloud.nacos.diagnostics.analyzer;
/** /**
* A {@code NacosConnectionFailureException} is thrown when the application fails to * A {@code NacosConnectionFailureException} is thrown when the application fails to
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.endpoint; package com.timeloit.cloud.nacos.endpoint;
import java.text.DateFormat; import java.text.DateFormat;
import java.text.SimpleDateFormat; import java.text.SimpleDateFormat;
...@@ -23,10 +23,10 @@ import java.util.HashMap; ...@@ -23,10 +23,10 @@ import java.util.HashMap;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import com.loittime.cloud.nacos.NacosConfigProperties; import com.timeloit.cloud.nacos.NacosConfigProperties;
import com.loittime.cloud.nacos.NacosPropertySourceRepository; import com.timeloit.cloud.nacos.NacosPropertySourceRepository;
import com.loittime.cloud.nacos.client.NacosPropertySource; import com.timeloit.cloud.nacos.client.NacosPropertySource;
import com.loittime.cloud.nacos.refresh.NacosRefreshHistory; import com.timeloit.cloud.nacos.refresh.NacosRefreshHistory;
import org.springframework.boot.actuate.endpoint.annotation.Endpoint; import org.springframework.boot.actuate.endpoint.annotation.Endpoint;
import org.springframework.boot.actuate.endpoint.annotation.ReadOperation; import org.springframework.boot.actuate.endpoint.annotation.ReadOperation;
......
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.endpoint; package com.timeloit.cloud.nacos.endpoint;
import com.loittime.cloud.nacos.NacosConfigProperties; import com.timeloit.cloud.nacos.NacosConfigProperties;
import com.loittime.cloud.nacos.refresh.NacosRefreshHistory; import com.timeloit.cloud.nacos.refresh.NacosRefreshHistory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.actuate.autoconfigure.endpoint.condition.ConditionalOnEnabledEndpoint; import org.springframework.boot.actuate.autoconfigure.endpoint.condition.ConditionalOnEnabledEndpoint;
import org.springframework.boot.actuate.endpoint.annotation.Endpoint; import org.springframework.boot.actuate.endpoint.annotation.Endpoint;
......
...@@ -14,14 +14,14 @@ ...@@ -14,14 +14,14 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.endpoint; package com.timeloit.cloud.nacos.endpoint;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;
import com.loittime.cloud.nacos.NacosConfigProperties; import com.timeloit.cloud.nacos.NacosConfigProperties;
import com.loittime.cloud.nacos.NacosPropertySourceRepository; import com.timeloit.cloud.nacos.NacosPropertySourceRepository;
import com.loittime.cloud.nacos.client.NacosPropertySource; import com.timeloit.cloud.nacos.client.NacosPropertySource;
import org.springframework.boot.actuate.health.AbstractHealthIndicator; import org.springframework.boot.actuate.health.AbstractHealthIndicator;
import org.springframework.boot.actuate.health.Health; import org.springframework.boot.actuate.health.Health;
import org.springframework.util.StringUtils; import org.springframework.util.StringUtils;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.refresh; package com.timeloit.cloud.nacos.refresh;
import java.io.UnsupportedEncodingException; import java.io.UnsupportedEncodingException;
import java.math.BigInteger; import java.math.BigInteger;
...@@ -26,8 +26,8 @@ import java.util.concurrent.Executor; ...@@ -26,8 +26,8 @@ import java.util.concurrent.Executor;
import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicLong; import java.util.concurrent.atomic.AtomicLong;
import com.loittime.cloud.nacos.NacosPropertySourceRepository; import com.timeloit.cloud.nacos.NacosPropertySourceRepository;
import com.loittime.cloud.nacos.client.NacosPropertySource; import com.timeloit.cloud.nacos.client.NacosPropertySource;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.boot.context.event.ApplicationReadyEvent; import org.springframework.boot.context.event.ApplicationReadyEvent;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.refresh; package com.timeloit.cloud.nacos.refresh;
import java.text.DateFormat; import java.text.DateFormat;
import java.text.SimpleDateFormat; import java.text.SimpleDateFormat;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.refresh; package com.timeloit.cloud.nacos.refresh;
import org.springframework.beans.factory.annotation.Value; import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
......
org.springframework.cloud.bootstrap.BootstrapConfiguration=\ org.springframework.cloud.bootstrap.BootstrapConfiguration=\
com.loittime.cloud.nacos.NacosConfigBootstrapConfiguration com.timeloit.cloud.nacos.NacosConfigBootstrapConfiguration
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.loittime.cloud.nacos.NacosConfigAutoConfiguration,\ com.timeloit.cloud.nacos.NacosConfigAutoConfiguration,\
com.loittime.cloud.nacos.endpoint.NacosConfigEndpointAutoConfiguration com.timeloit.cloud.nacos.endpoint.NacosConfigEndpointAutoConfiguration
org.springframework.boot.diagnostics.FailureAnalyzer=\ org.springframework.boot.diagnostics.FailureAnalyzer=\
com.loittime.cloud.nacos.diagnostics.analyzer.NacosConnectionFailureAnalyzer com.timeloit.cloud.nacos.diagnostics.analyzer.NacosConnectionFailureAnalyzer
\ No newline at end of file \ No newline at end of file
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos; package com.timeloit.cloud.nacos;
import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotNull;
import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.NONE; import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.NONE;
...@@ -22,8 +22,8 @@ import static org.springframework.boot.test.context.SpringBootTest.WebEnvironmen ...@@ -22,8 +22,8 @@ import static org.springframework.boot.test.context.SpringBootTest.WebEnvironmen
import java.lang.reflect.InvocationHandler; import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method; import java.lang.reflect.Method;
import com.loittime.cloud.nacos.client.NacosPropertySourceLocator; import com.timeloit.cloud.nacos.client.NacosPropertySourceLocator;
import com.loittime.cloud.nacos.endpoint.NacosConfigEndpointAutoConfiguration; import com.timeloit.cloud.nacos.endpoint.NacosConfigEndpointAutoConfiguration;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos; package com.timeloit.cloud.nacos;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotNull;
...@@ -24,10 +24,10 @@ import java.lang.reflect.InvocationHandler; ...@@ -24,10 +24,10 @@ import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method; import java.lang.reflect.Method;
import java.util.Map; import java.util.Map;
import com.loittime.cloud.nacos.client.NacosPropertySourceLocator; import com.timeloit.cloud.nacos.client.NacosPropertySourceLocator;
import com.loittime.cloud.nacos.endpoint.NacosConfigEndpoint; import com.timeloit.cloud.nacos.endpoint.NacosConfigEndpoint;
import com.loittime.cloud.nacos.endpoint.NacosConfigEndpointAutoConfiguration; import com.timeloit.cloud.nacos.endpoint.NacosConfigEndpointAutoConfiguration;
import com.loittime.cloud.nacos.refresh.NacosRefreshHistory; import com.timeloit.cloud.nacos.refresh.NacosRefreshHistory;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
......
...@@ -14,14 +14,14 @@ ...@@ -14,14 +14,14 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos; package com.timeloit.cloud.nacos;
import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.NONE; import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.NONE;
import java.lang.reflect.InvocationHandler; import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method; import java.lang.reflect.Method;
import com.loittime.cloud.nacos.endpoint.NacosConfigEndpointAutoConfiguration; import com.timeloit.cloud.nacos.endpoint.NacosConfigEndpointAutoConfiguration;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.endpoint; package com.timeloit.cloud.nacos.endpoint;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.NONE; import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.NONE;
...@@ -25,10 +25,10 @@ import java.util.ArrayList; ...@@ -25,10 +25,10 @@ import java.util.ArrayList;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import com.loittime.cloud.nacos.NacosConfigAutoConfiguration; import com.timeloit.cloud.nacos.NacosConfigAutoConfiguration;
import com.loittime.cloud.nacos.NacosConfigBootstrapConfiguration; import com.timeloit.cloud.nacos.NacosConfigBootstrapConfiguration;
import com.loittime.cloud.nacos.NacosConfigProperties; import com.timeloit.cloud.nacos.NacosConfigProperties;
import com.loittime.cloud.nacos.refresh.NacosRefreshHistory; import com.timeloit.cloud.nacos.refresh.NacosRefreshHistory;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos; package com.timeloit.cloud.nacos;
import java.lang.annotation.ElementType; import java.lang.annotation.ElementType;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
......
...@@ -14,11 +14,11 @@ ...@@ -14,11 +14,11 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos; package com.timeloit.cloud.nacos;
import com.loittime.cloud.nacos.registry.NacosAutoServiceRegistration; import com.timeloit.cloud.nacos.registry.NacosAutoServiceRegistration;
import com.loittime.cloud.nacos.registry.NacosRegistration; import com.timeloit.cloud.nacos.registry.NacosRegistration;
import com.loittime.cloud.nacos.registry.NacosServiceRegistry; import com.timeloit.cloud.nacos.registry.NacosServiceRegistry;
import org.springframework.boot.autoconfigure.AutoConfigureAfter; import org.springframework.boot.autoconfigure.AutoConfigureAfter;
import org.springframework.boot.autoconfigure.condition.ConditionalOnBean; import org.springframework.boot.autoconfigure.condition.ConditionalOnBean;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos; package com.timeloit.cloud.nacos;
import static com.alibaba.nacos.api.PropertyKeyConst.ACCESS_KEY; import static com.alibaba.nacos.api.PropertyKeyConst.ACCESS_KEY;
import static com.alibaba.nacos.api.PropertyKeyConst.CLUSTER_NAME; import static com.alibaba.nacos.api.PropertyKeyConst.CLUSTER_NAME;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos; package com.timeloit.cloud.nacos;
import java.net.URI; import java.net.URI;
import java.util.Map; import java.util.Map;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.discovery; package com.timeloit.cloud.nacos.discovery;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Collections; import java.util.Collections;
...@@ -22,8 +22,8 @@ import java.util.HashMap; ...@@ -22,8 +22,8 @@ import java.util.HashMap;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import com.loittime.cloud.nacos.NacosDiscoveryProperties; import com.timeloit.cloud.nacos.NacosDiscoveryProperties;
import com.loittime.cloud.nacos.NacosServiceInstance; import com.timeloit.cloud.nacos.NacosServiceInstance;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.cloud.client.ServiceInstance; import org.springframework.cloud.client.ServiceInstance;
......
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.discovery; package com.timeloit.cloud.nacos.discovery;
import com.loittime.cloud.nacos.ConditionalOnNacosDiscoveryEnabled; import com.timeloit.cloud.nacos.ConditionalOnNacosDiscoveryEnabled;
import com.loittime.cloud.nacos.NacosDiscoveryProperties; import com.timeloit.cloud.nacos.NacosDiscoveryProperties;
import org.springframework.boot.autoconfigure.AutoConfigureBefore; import org.springframework.boot.autoconfigure.AutoConfigureBefore;
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean; import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.discovery; package com.timeloit.cloud.nacos.discovery;
import java.util.HashMap; import java.util.HashMap;
import java.util.HashSet; import java.util.HashSet;
...@@ -23,7 +23,7 @@ import java.util.concurrent.ScheduledFuture; ...@@ -23,7 +23,7 @@ import java.util.concurrent.ScheduledFuture;
import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicLong; import java.util.concurrent.atomic.AtomicLong;
import com.loittime.cloud.nacos.NacosDiscoveryProperties; import com.timeloit.cloud.nacos.NacosDiscoveryProperties;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.cloud.client.discovery.event.HeartbeatEvent; import org.springframework.cloud.client.discovery.event.HeartbeatEvent;
......
...@@ -14,11 +14,11 @@ ...@@ -14,11 +14,11 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.discovery.configclient; package com.timeloit.cloud.nacos.discovery.configclient;
import javax.annotation.PostConstruct; import javax.annotation.PostConstruct;
import com.loittime.cloud.nacos.NacosDiscoveryProperties; import com.timeloit.cloud.nacos.NacosDiscoveryProperties;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass; import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
import org.springframework.boot.context.properties.EnableConfigurationProperties; import org.springframework.boot.context.properties.EnableConfigurationProperties;
......
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.discovery.configclient; package com.timeloit.cloud.nacos.discovery.configclient;
import com.loittime.cloud.nacos.NacosDiscoveryAutoConfiguration; import com.timeloit.cloud.nacos.NacosDiscoveryAutoConfiguration;
import com.loittime.cloud.nacos.discovery.NacosDiscoveryClientAutoConfiguration; import com.timeloit.cloud.nacos.discovery.NacosDiscoveryClientAutoConfiguration;
import org.springframework.boot.autoconfigure.ImportAutoConfiguration; import org.springframework.boot.autoconfigure.ImportAutoConfiguration;
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass; import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
......
...@@ -14,14 +14,14 @@ ...@@ -14,14 +14,14 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.endpoint; package com.timeloit.cloud.nacos.endpoint;
import java.util.Collections; import java.util.Collections;
import java.util.HashMap; import java.util.HashMap;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import com.loittime.cloud.nacos.NacosDiscoveryProperties; import com.timeloit.cloud.nacos.NacosDiscoveryProperties;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.boot.actuate.endpoint.annotation.Endpoint; import org.springframework.boot.actuate.endpoint.annotation.Endpoint;
......
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.endpoint; package com.timeloit.cloud.nacos.endpoint;
import com.loittime.cloud.nacos.ConditionalOnNacosDiscoveryEnabled; import com.timeloit.cloud.nacos.ConditionalOnNacosDiscoveryEnabled;
import com.loittime.cloud.nacos.NacosDiscoveryProperties; import com.timeloit.cloud.nacos.NacosDiscoveryProperties;
import org.springframework.boot.actuate.autoconfigure.endpoint.condition.ConditionalOnEnabledEndpoint; import org.springframework.boot.actuate.autoconfigure.endpoint.condition.ConditionalOnEnabledEndpoint;
import org.springframework.boot.actuate.endpoint.annotation.Endpoint; import org.springframework.boot.actuate.endpoint.annotation.Endpoint;
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass; import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.registry; package com.timeloit.cloud.nacos.registry;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
......
...@@ -14,14 +14,14 @@ ...@@ -14,14 +14,14 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.registry; package com.timeloit.cloud.nacos.registry;
import java.net.URI; import java.net.URI;
import java.util.Map; import java.util.Map;
import javax.annotation.PostConstruct; import javax.annotation.PostConstruct;
import com.loittime.cloud.nacos.NacosDiscoveryProperties; import com.timeloit.cloud.nacos.NacosDiscoveryProperties;
import org.springframework.cloud.client.DefaultServiceInstance; import org.springframework.cloud.client.DefaultServiceInstance;
import org.springframework.cloud.client.ServiceInstance; import org.springframework.cloud.client.ServiceInstance;
import org.springframework.cloud.client.discovery.ManagementServerPortUtils; import org.springframework.cloud.client.discovery.ManagementServerPortUtils;
......
...@@ -14,11 +14,11 @@ ...@@ -14,11 +14,11 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.registry; package com.timeloit.cloud.nacos.registry;
import java.util.List; import java.util.List;
import com.loittime.cloud.nacos.NacosDiscoveryProperties; import com.timeloit.cloud.nacos.NacosDiscoveryProperties;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.cloud.client.serviceregistry.Registration; import org.springframework.cloud.client.serviceregistry.Registration;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.ribbon; package com.timeloit.cloud.nacos.ribbon;
import java.lang.annotation.ElementType; import java.lang.annotation.ElementType;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
......
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.ribbon; package com.timeloit.cloud.nacos.ribbon;
import com.loittime.cloud.nacos.NacosDiscoveryProperties; import com.timeloit.cloud.nacos.NacosDiscoveryProperties;
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean; import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;
......
package com.loittime.cloud.nacos.ribbon; package com.timeloit.cloud.nacos.ribbon;
import java.util.List; import java.util.List;
import java.util.Objects; import java.util.Objects;
import java.util.stream.Collectors; import java.util.stream.Collectors;
import com.loittime.cloud.nacos.NacosDiscoveryProperties; import com.timeloit.cloud.nacos.NacosDiscoveryProperties;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.ribbon; package com.timeloit.cloud.nacos.ribbon;
import java.util.Map; import java.util.Map;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.ribbon; package com.timeloit.cloud.nacos.ribbon;
import java.util.Map; import java.util.Map;
......
...@@ -14,14 +14,14 @@ ...@@ -14,14 +14,14 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.ribbon; package com.timeloit.cloud.nacos.ribbon;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;
import com.alibaba.nacos.api.naming.pojo.Instance; import com.alibaba.nacos.api.naming.pojo.Instance;
import com.loittime.cloud.nacos.NacosDiscoveryProperties; import com.timeloit.cloud.nacos.NacosDiscoveryProperties;
import com.netflix.client.config.IClientConfig; import com.netflix.client.config.IClientConfig;
import com.netflix.loadbalancer.AbstractServerList; import com.netflix.loadbalancer.AbstractServerList;
......
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.ribbon; package com.timeloit.cloud.nacos.ribbon;
import com.loittime.cloud.nacos.ConditionalOnNacosDiscoveryEnabled; import com.timeloit.cloud.nacos.ConditionalOnNacosDiscoveryEnabled;
import org.springframework.boot.autoconfigure.AutoConfigureAfter; import org.springframework.boot.autoconfigure.AutoConfigureAfter;
import org.springframework.boot.autoconfigure.condition.ConditionalOnBean; import org.springframework.boot.autoconfigure.condition.ConditionalOnBean;
import org.springframework.boot.context.properties.EnableConfigurationProperties; import org.springframework.boot.context.properties.EnableConfigurationProperties;
......
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.loittime.cloud.nacos.NacosDiscoveryAutoConfiguration,\ com.timeloit.cloud.nacos.NacosDiscoveryAutoConfiguration,\
com.loittime.cloud.nacos.ribbon.RibbonNacosAutoConfiguration,\ com.timeloit.cloud.nacos.ribbon.RibbonNacosAutoConfiguration,\
com.loittime.cloud.nacos.endpoint.NacosDiscoveryEndpointAutoConfiguration,\ com.timeloit.cloud.nacos.endpoint.NacosDiscoveryEndpointAutoConfiguration,\
com.loittime.cloud.nacos.discovery.NacosDiscoveryClientAutoConfiguration,\ com.timeloit.cloud.nacos.discovery.NacosDiscoveryClientAutoConfiguration,\
com.loittime.cloud.nacos.discovery.configclient.NacosConfigServerAutoConfiguration com.timeloit.cloud.nacos.discovery.configclient.NacosConfigServerAutoConfiguration
org.springframework.cloud.bootstrap.BootstrapConfiguration=\ org.springframework.cloud.bootstrap.BootstrapConfiguration=\
com.loittime.cloud.nacos.discovery.configclient.NacosDiscoveryClientConfigServiceBootstrapConfiguration com.timeloit.cloud.nacos.discovery.configclient.NacosDiscoveryClientConfigServiceBootstrapConfiguration
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos; package com.timeloit.cloud.nacos;
import static com.loittime.cloud.nacos.test.NacosMockTest.serviceInstance; import static com.timeloit.cloud.nacos.test.NacosMockTest.serviceInstance;
import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.ArgumentMatchers.eq; import static org.mockito.ArgumentMatchers.eq;
import static org.mockito.Mockito.mock; import static org.mockito.Mockito.mock;
...@@ -30,7 +30,7 @@ import java.util.List; ...@@ -30,7 +30,7 @@ import java.util.List;
import org.junit.Test; import org.junit.Test;
import org.springframework.cloud.client.ServiceInstance; import org.springframework.cloud.client.ServiceInstance;
import com.loittime.cloud.nacos.discovery.NacosDiscoveryClient; import com.timeloit.cloud.nacos.discovery.NacosDiscoveryClient;
import com.alibaba.nacos.api.naming.NamingService; import com.alibaba.nacos.api.naming.NamingService;
import com.alibaba.nacos.api.naming.pojo.Instance; import com.alibaba.nacos.api.naming.pojo.Instance;
import com.alibaba.nacos.api.naming.pojo.ListView; import com.alibaba.nacos.api.naming.pojo.ListView;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.registry; package com.timeloit.cloud.nacos.registry;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotNull;
...@@ -36,9 +36,9 @@ import org.springframework.cloud.commons.util.InetUtils; ...@@ -36,9 +36,9 @@ import org.springframework.cloud.commons.util.InetUtils;
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;
import org.springframework.test.context.junit4.SpringRunner; import org.springframework.test.context.junit4.SpringRunner;
import com.loittime.cloud.nacos.NacosDiscoveryAutoConfiguration; import com.timeloit.cloud.nacos.NacosDiscoveryAutoConfiguration;
import com.loittime.cloud.nacos.NacosDiscoveryProperties; import com.timeloit.cloud.nacos.NacosDiscoveryProperties;
import com.loittime.cloud.nacos.discovery.NacosDiscoveryClientAutoConfiguration; import com.timeloit.cloud.nacos.discovery.NacosDiscoveryClientAutoConfiguration;
/** /**
* @author xiaojing * @author xiaojing
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.registry; package com.timeloit.cloud.nacos.registry;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotNull;
...@@ -30,9 +30,9 @@ import org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationC ...@@ -30,9 +30,9 @@ import org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationC
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;
import org.springframework.test.context.junit4.SpringRunner; import org.springframework.test.context.junit4.SpringRunner;
import com.loittime.cloud.nacos.NacosDiscoveryAutoConfiguration; import com.timeloit.cloud.nacos.NacosDiscoveryAutoConfiguration;
import com.loittime.cloud.nacos.NacosDiscoveryProperties; import com.timeloit.cloud.nacos.NacosDiscoveryProperties;
import com.loittime.cloud.nacos.discovery.NacosDiscoveryClientAutoConfiguration; import com.timeloit.cloud.nacos.discovery.NacosDiscoveryClientAutoConfiguration;
/** /**
* @author xiaojing * @author xiaojing
......
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.registry; package com.timeloit.cloud.nacos.registry;
import static com.loittime.cloud.nacos.registry.NacosRegistration.MANAGEMENT_CONTEXT_PATH; import static com.timeloit.cloud.nacos.registry.NacosRegistration.MANAGEMENT_CONTEXT_PATH;
import static com.loittime.cloud.nacos.registry.NacosRegistration.MANAGEMENT_PORT; import static com.timeloit.cloud.nacos.registry.NacosRegistration.MANAGEMENT_PORT;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotNull;
import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.RANDOM_PORT; import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.RANDOM_PORT;
...@@ -32,9 +32,9 @@ import org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationC ...@@ -32,9 +32,9 @@ import org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationC
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;
import org.springframework.test.context.junit4.SpringRunner; import org.springframework.test.context.junit4.SpringRunner;
import com.loittime.cloud.nacos.NacosDiscoveryAutoConfiguration; import com.timeloit.cloud.nacos.NacosDiscoveryAutoConfiguration;
import com.loittime.cloud.nacos.NacosDiscoveryProperties; import com.timeloit.cloud.nacos.NacosDiscoveryProperties;
import com.loittime.cloud.nacos.discovery.NacosDiscoveryClientAutoConfiguration; import com.timeloit.cloud.nacos.discovery.NacosDiscoveryClientAutoConfiguration;
/** /**
* @author xiaojing * @author xiaojing
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.registry; package com.timeloit.cloud.nacos.registry;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotNull;
...@@ -30,9 +30,9 @@ import org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationC ...@@ -30,9 +30,9 @@ import org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationC
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;
import org.springframework.test.context.junit4.SpringRunner; import org.springframework.test.context.junit4.SpringRunner;
import com.loittime.cloud.nacos.NacosDiscoveryAutoConfiguration; import com.timeloit.cloud.nacos.NacosDiscoveryAutoConfiguration;
import com.loittime.cloud.nacos.NacosDiscoveryProperties; import com.timeloit.cloud.nacos.NacosDiscoveryProperties;
import com.loittime.cloud.nacos.discovery.NacosDiscoveryClientAutoConfiguration; import com.timeloit.cloud.nacos.discovery.NacosDiscoveryClientAutoConfiguration;
/** /**
* @author xiaojing * @author xiaojing
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.registry; package com.timeloit.cloud.nacos.registry;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotNull;
...@@ -35,10 +35,10 @@ import org.springframework.cloud.commons.util.InetUtils; ...@@ -35,10 +35,10 @@ import org.springframework.cloud.commons.util.InetUtils;
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;
import org.springframework.test.context.junit4.SpringRunner; import org.springframework.test.context.junit4.SpringRunner;
import com.loittime.cloud.nacos.NacosDiscoveryAutoConfiguration; import com.timeloit.cloud.nacos.NacosDiscoveryAutoConfiguration;
import com.loittime.cloud.nacos.NacosDiscoveryProperties; import com.timeloit.cloud.nacos.NacosDiscoveryProperties;
import com.loittime.cloud.nacos.discovery.NacosDiscoveryClientAutoConfiguration; import com.timeloit.cloud.nacos.discovery.NacosDiscoveryClientAutoConfiguration;
import com.loittime.cloud.nacos.endpoint.NacosDiscoveryEndpoint; import com.timeloit.cloud.nacos.endpoint.NacosDiscoveryEndpoint;
/** /**
* @author xiaojing * @author xiaojing
......
package com.loittime.cloud.nacos.ribbon; package com.timeloit.cloud.nacos.ribbon;
import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThat;
...@@ -12,7 +12,7 @@ import org.springframework.context.annotation.Bean; ...@@ -12,7 +12,7 @@ import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;
import org.springframework.web.client.RestTemplate; import org.springframework.web.client.RestTemplate;
import com.loittime.cloud.nacos.discovery.NacosDiscoveryClientAutoConfiguration; import com.timeloit.cloud.nacos.discovery.NacosDiscoveryClientAutoConfiguration;
import com.netflix.client.config.DefaultClientConfigImpl; import com.netflix.client.config.DefaultClientConfigImpl;
import com.netflix.client.config.IClientConfig; import com.netflix.client.config.IClientConfig;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.ribbon; package com.timeloit.cloud.nacos.ribbon;
import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.ArgumentMatchers.anyString; import static org.mockito.ArgumentMatchers.anyString;
...@@ -31,8 +31,8 @@ import java.util.stream.Collectors; ...@@ -31,8 +31,8 @@ import java.util.stream.Collectors;
import org.assertj.core.api.Assertions; import org.assertj.core.api.Assertions;
import org.junit.Test; import org.junit.Test;
import com.loittime.cloud.nacos.NacosDiscoveryProperties; import com.timeloit.cloud.nacos.NacosDiscoveryProperties;
import com.loittime.cloud.nacos.test.NacosMockTest; import com.timeloit.cloud.nacos.test.NacosMockTest;
import com.alibaba.nacos.api.naming.NamingService; import com.alibaba.nacos.api.naming.NamingService;
import com.alibaba.nacos.api.naming.pojo.Instance; import com.alibaba.nacos.api.naming.pojo.Instance;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.test; package com.timeloit.cloud.nacos.test;
import org.springframework.cloud.client.loadbalancer.LoadBalanced; import org.springframework.cloud.client.loadbalancer.LoadBalanced;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.nacos.test; package com.timeloit.cloud.nacos.test;
import java.util.Map; import java.util.Map;
import java.util.UUID; import java.util.UUID;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata; package com.timeloit.cloud.seata;
import io.seata.spring.annotation.GlobalTransactionScanner; import io.seata.spring.annotation.GlobalTransactionScanner;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata; package com.timeloit.cloud.seata;
import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.boot.context.properties.ConfigurationProperties;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata.feign; package com.timeloit.cloud.seata.feign;
import org.springframework.beans.BeansException; import org.springframework.beans.BeansException;
import org.springframework.beans.factory.config.BeanPostProcessor; import org.springframework.beans.factory.config.BeanPostProcessor;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata.feign; package com.timeloit.cloud.seata.feign;
import org.springframework.beans.BeansException; import org.springframework.beans.BeansException;
import org.springframework.beans.factory.BeanFactory; import org.springframework.beans.factory.BeanFactory;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata.feign; package com.timeloit.cloud.seata.feign;
import feign.Feign; import feign.Feign;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata.feign; package com.timeloit.cloud.seata.feign;
import java.io.IOException; import java.io.IOException;
import java.util.ArrayList; import java.util.ArrayList;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata.feign; package com.timeloit.cloud.seata.feign;
import feign.Client; import feign.Client;
import feign.Feign; import feign.Feign;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata.feign; package com.timeloit.cloud.seata.feign;
import java.util.HashMap; import java.util.HashMap;
import java.util.Map; import java.util.Map;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata.feign; package com.timeloit.cloud.seata.feign;
import java.lang.reflect.Field; import java.lang.reflect.Field;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata.feign; package com.timeloit.cloud.seata.feign;
import feign.Feign; import feign.Feign;
import feign.Retryer; import feign.Retryer;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata.feign; package com.timeloit.cloud.seata.feign;
import java.io.IOException; import java.io.IOException;
import java.util.ArrayList; import java.util.ArrayList;
......
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata.feign; package com.timeloit.cloud.seata.feign;
import com.loittime.cloud.sentinel.feign.SentinelFeign; import com.timeloit.cloud.sentinel.feign.SentinelFeign;
import feign.Feign; import feign.Feign;
import feign.Retryer; import feign.Retryer;
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata.feign.hystrix; package com.timeloit.cloud.seata.feign.hystrix;
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass; import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata.feign.hystrix; package com.timeloit.cloud.seata.feign.hystrix;
import java.util.concurrent.Callable; import java.util.concurrent.Callable;
......
package com.timeloit.cloud.seata.feign;
\ No newline at end of file
package com.timeloit.cloud.seata;
\ No newline at end of file
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata.rest; package com.timeloit.cloud.seata.rest;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Collection; import java.util.Collection;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata.rest; package com.timeloit.cloud.seata.rest;
import java.io.IOException; import java.io.IOException;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata.web; package com.timeloit.cloud.seata.web;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.seata.web; package com.timeloit.cloud.seata.web;
import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication; import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry; import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
......
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.loittime.cloud.seata.rest.SeataRestTemplateAutoConfiguration,\ com.timeloit.cloud.seata.rest.SeataRestTemplateAutoConfiguration,\
com.loittime.cloud.seata.web.SeataHandlerInterceptorConfiguration,\ com.timeloit.cloud.seata.web.SeataHandlerInterceptorConfiguration,\
com.loittime.cloud.seata.GlobalTransactionAutoConfiguration,\ com.timeloit.cloud.seata.GlobalTransactionAutoConfiguration,\
com.loittime.cloud.seata.feign.SeataFeignClientAutoConfiguration,\ com.timeloit.cloud.seata.feign.SeataFeignClientAutoConfiguration,\
com.loittime.cloud.seata.feign.hystrix.SeataHystrixAutoConfiguration com.timeloit.cloud.seata.feign.hystrix.SeataHystrixAutoConfiguration
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.sentinel.datasource; package com.timeloit.cloud.sentinel.datasource;
import java.util.Arrays; import java.util.Arrays;
import java.util.Optional; import java.util.Optional;
...@@ -27,7 +27,7 @@ import com.alibaba.csp.sentinel.slots.block.flow.FlowRule; ...@@ -27,7 +27,7 @@ import com.alibaba.csp.sentinel.slots.block.flow.FlowRule;
import com.alibaba.csp.sentinel.slots.block.flow.param.ParamFlowRule; import com.alibaba.csp.sentinel.slots.block.flow.param.ParamFlowRule;
import com.alibaba.csp.sentinel.slots.system.SystemRule; import com.alibaba.csp.sentinel.slots.system.SystemRule;
import com.loit.cloud.sentinel.datasource.config.AbstractDataSourceProperties; import com.timeloit.cloud.sentinel.datasource.config.AbstractDataSourceProperties;
import org.springframework.util.StringUtils; import org.springframework.util.StringUtils;
/** /**
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loit.cloud.sentinel.datasource.config; package com.timeloit.cloud.sentinel.datasource.config;
import javax.validation.constraints.NotEmpty; import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull; import javax.validation.constraints.NotNull;
...@@ -29,7 +29,7 @@ import com.alibaba.csp.sentinel.slots.block.flow.param.ParamFlowRuleManager; ...@@ -29,7 +29,7 @@ import com.alibaba.csp.sentinel.slots.block.flow.param.ParamFlowRuleManager;
import com.alibaba.csp.sentinel.slots.system.SystemRuleManager; import com.alibaba.csp.sentinel.slots.system.SystemRuleManager;
import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonIgnore;
import com.loittime.cloud.sentinel.datasource.RuleType; import com.timeloit.cloud.sentinel.datasource.RuleType;
import org.springframework.core.env.Environment; import org.springframework.core.env.Environment;
/** /**
......
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loit.cloud.sentinel.datasource.config; package com.timeloit.cloud.sentinel.datasource.config;
import com.loit.cloud.sentinel.datasource.factorybean.ApolloDataSourceFactoryBean; import com.timeloit.cloud.sentinel.datasource.factorybean.ApolloDataSourceFactoryBean;
import javax.validation.constraints.NotEmpty; import javax.validation.constraints.NotEmpty;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loit.cloud.sentinel.datasource.config; package com.timeloit.cloud.sentinel.datasource.config;
import java.util.Arrays; import java.util.Arrays;
import java.util.List; import java.util.List;
......
...@@ -14,14 +14,14 @@ ...@@ -14,14 +14,14 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loit.cloud.sentinel.datasource.config; package com.timeloit.cloud.sentinel.datasource.config;
import java.io.IOException; import java.io.IOException;
import javax.validation.constraints.NotEmpty; import javax.validation.constraints.NotEmpty;
import com.loit.cloud.sentinel.datasource.factorybean.FileRefreshableDataSourceFactoryBean; import com.timeloit.cloud.sentinel.datasource.factorybean.FileRefreshableDataSourceFactoryBean;
import org.springframework.util.ResourceUtils; import org.springframework.util.ResourceUtils;
import org.springframework.util.StringUtils; import org.springframework.util.StringUtils;
......
...@@ -14,11 +14,11 @@ ...@@ -14,11 +14,11 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loit.cloud.sentinel.datasource.config; package com.timeloit.cloud.sentinel.datasource.config;
import javax.validation.constraints.NotEmpty; import javax.validation.constraints.NotEmpty;
import com.loit.cloud.sentinel.datasource.factorybean.NacosDataSourceFactoryBean; import com.timeloit.cloud.sentinel.datasource.factorybean.NacosDataSourceFactoryBean;
import org.springframework.util.StringUtils; import org.springframework.util.StringUtils;
/** /**
......
...@@ -14,13 +14,13 @@ ...@@ -14,13 +14,13 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loit.cloud.sentinel.datasource.config; package com.timeloit.cloud.sentinel.datasource.config;
import java.time.Duration; import java.time.Duration;
import java.util.List; import java.util.List;
import com.loit.cloud.sentinel.datasource.factorybean.RedisDataSourceFactoryBean; import com.timeloit.cloud.sentinel.datasource.factorybean.RedisDataSourceFactoryBean;
import org.springframework.util.StringUtils; import org.springframework.util.StringUtils;
/** /**
......
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loit.cloud.sentinel.datasource.config; package com.timeloit.cloud.sentinel.datasource.config;
import com.loit.cloud.sentinel.datasource.factorybean.ZookeeperDataSourceFactoryBean; import com.timeloit.cloud.sentinel.datasource.factorybean.ZookeeperDataSourceFactoryBean;
import org.springframework.util.StringUtils; import org.springframework.util.StringUtils;
/** /**
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loit.cloud.sentinel.datasource.converter; package com.timeloit.cloud.sentinel.datasource.converter;
import com.alibaba.csp.sentinel.slots.block.authority.AuthorityRule; import com.alibaba.csp.sentinel.slots.block.authority.AuthorityRule;
import com.alibaba.csp.sentinel.slots.block.degrade.DegradeRule; import com.alibaba.csp.sentinel.slots.block.degrade.DegradeRule;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loit.cloud.sentinel.datasource.converter; package com.timeloit.cloud.sentinel.datasource.converter;
import java.io.IOException; import java.io.IOException;
import java.util.ArrayList; import java.util.ArrayList;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loit.cloud.sentinel.datasource.converter; package com.timeloit.cloud.sentinel.datasource.converter;
import com.alibaba.csp.sentinel.slots.block.authority.AuthorityRule; import com.alibaba.csp.sentinel.slots.block.authority.AuthorityRule;
import com.alibaba.csp.sentinel.slots.block.degrade.DegradeRule; import com.alibaba.csp.sentinel.slots.block.degrade.DegradeRule;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loit.cloud.sentinel.datasource.factorybean; package com.timeloit.cloud.sentinel.datasource.factorybean;
import com.alibaba.csp.sentinel.datasource.Converter; import com.alibaba.csp.sentinel.datasource.Converter;
import com.alibaba.csp.sentinel.datasource.apollo.ApolloDataSource; import com.alibaba.csp.sentinel.datasource.apollo.ApolloDataSource;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loit.cloud.sentinel.datasource.factorybean; package com.timeloit.cloud.sentinel.datasource.factorybean;
import java.io.File; import java.io.File;
import java.nio.charset.Charset; import java.nio.charset.Charset;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loit.cloud.sentinel.datasource.factorybean; package com.timeloit.cloud.sentinel.datasource.factorybean;
import java.util.Properties; import java.util.Properties;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loit.cloud.sentinel.datasource.factorybean; package com.timeloit.cloud.sentinel.datasource.factorybean;
import java.time.Duration; import java.time.Duration;
import java.util.List; import java.util.List;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loit.cloud.sentinel.datasource.factorybean; package com.timeloit.cloud.sentinel.datasource.factorybean;
import com.alibaba.csp.sentinel.datasource.Converter; import com.alibaba.csp.sentinel.datasource.Converter;
import com.alibaba.csp.sentinel.datasource.zookeeper.ZookeeperDataSource; import com.alibaba.csp.sentinel.datasource.zookeeper.ZookeeperDataSource;
......
...@@ -14,12 +14,12 @@ ...@@ -14,12 +14,12 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.sentinel.datasource; package com.timeloit.cloud.sentinel.datasource;
import com.alibaba.csp.sentinel.datasource.Converter; import com.alibaba.csp.sentinel.datasource.Converter;
import com.alibaba.csp.sentinel.datasource.apollo.ApolloDataSource; import com.alibaba.csp.sentinel.datasource.apollo.ApolloDataSource;
import com.loit.cloud.sentinel.datasource.converter.JsonConverter; import com.timeloit.cloud.sentinel.datasource.converter.JsonConverter;
import com.loit.cloud.sentinel.datasource.factorybean.ApolloDataSourceFactoryBean; import com.timeloit.cloud.sentinel.datasource.factorybean.ApolloDataSourceFactoryBean;
import org.junit.Test; import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThat;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.sentinel.datasource; package com.timeloit.cloud.sentinel.datasource;
import java.io.IOException; import java.io.IOException;
import java.util.List; import java.util.List;
...@@ -26,13 +26,13 @@ import com.alibaba.csp.sentinel.slots.block.flow.FlowRule; ...@@ -26,13 +26,13 @@ import com.alibaba.csp.sentinel.slots.block.flow.FlowRule;
import com.alibaba.csp.sentinel.slots.block.flow.FlowRuleManager; import com.alibaba.csp.sentinel.slots.block.flow.FlowRuleManager;
import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.ObjectMapper;
import com.loit.cloud.sentinel.datasource.config.ApolloDataSourceProperties; import com.timeloit.cloud.sentinel.datasource.config.ApolloDataSourceProperties;
import com.loit.cloud.sentinel.datasource.config.FileDataSourceProperties; import com.timeloit.cloud.sentinel.datasource.config.FileDataSourceProperties;
import com.loit.cloud.sentinel.datasource.config.ZookeeperDataSourceProperties; import com.timeloit.cloud.sentinel.datasource.config.ZookeeperDataSourceProperties;
import com.loit.cloud.sentinel.datasource.factorybean.ApolloDataSourceFactoryBean; import com.timeloit.cloud.sentinel.datasource.factorybean.ApolloDataSourceFactoryBean;
import com.loit.cloud.sentinel.datasource.factorybean.FileRefreshableDataSourceFactoryBean; import com.timeloit.cloud.sentinel.datasource.factorybean.FileRefreshableDataSourceFactoryBean;
import com.loit.cloud.sentinel.datasource.factorybean.ZookeeperDataSourceFactoryBean; import com.timeloit.cloud.sentinel.datasource.factorybean.ZookeeperDataSourceFactoryBean;
import com.loittime.cloud.sentinel.datasource.RuleType; import com.timeloit.cloud.sentinel.datasource.RuleType;
import org.junit.Test; import org.junit.Test;
import org.springframework.util.ResourceUtils; import org.springframework.util.ResourceUtils;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.loittime.cloud.sentinel.datasource; package com.timeloit.cloud.sentinel.datasource;
import java.io.FileNotFoundException; import java.io.FileNotFoundException;
import java.io.IOException; import java.io.IOException;
...@@ -25,7 +25,7 @@ import com.alibaba.csp.sentinel.datasource.FileRefreshableDataSource; ...@@ -25,7 +25,7 @@ import com.alibaba.csp.sentinel.datasource.FileRefreshableDataSource;
import com.alibaba.csp.sentinel.slots.block.flow.FlowRule; import com.alibaba.csp.sentinel.slots.block.flow.FlowRule;
import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.ObjectMapper;
import com.loit.cloud.sentinel.datasource.factorybean.FileRefreshableDataSourceFactoryBean; import com.timeloit.cloud.sentinel.datasource.factorybean.FileRefreshableDataSourceFactoryBean;
import org.junit.Test; import org.junit.Test;
import org.springframework.context.annotation.AnnotationConfigApplicationContext; import org.springframework.context.annotation.AnnotationConfigApplicationContext;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论