1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

polish #761 update pkg name & maven coordinate for Greenwich

This commit is contained in:
fangjian0423
2019-07-23 11:03:04 +08:00
parent 3998ea23f7
commit 883c66f251
599 changed files with 4993 additions and 4526 deletions

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.cloud.alibaba.dubbo.autoconfigure;
package com.alibaba.cloud.dubbo.autoconfigure;
import org.springframework.boot.test.context.SpringBootTest;

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.cloud.alibaba.dubbo.http.matcher;
package com.alibaba.cloud.dubbo.http.matcher;
import org.junit.Test;
@@ -25,13 +25,13 @@ import org.junit.Test;
*/
public abstract class AbstractHttpRequestMatcherTest<T extends AbstractHttpRequestMatcher> {
@Test
public abstract void testEqualsAndHashCode();
@Test
public abstract void testEqualsAndHashCode();
@Test
public abstract void testGetContent();
@Test
public abstract void testGetContent();
@Test
public abstract void testGetToStringInfix();
@Test
public abstract void testGetToStringInfix();
}

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.cloud.alibaba.dubbo.http.matcher;
package com.alibaba.cloud.dubbo.http.matcher;
import org.junit.Assert;
import org.junit.Test;

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.cloud.alibaba.dubbo.http.matcher;
package com.alibaba.cloud.dubbo.http.matcher;
import org.junit.Assert;
import org.junit.Test;

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.cloud.alibaba.dubbo.http.matcher;
package com.alibaba.cloud.dubbo.http.matcher;
import org.junit.Assert;
import org.junit.Test;

View File

@@ -14,13 +14,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.cloud.alibaba.dubbo.http.matcher;
package com.alibaba.cloud.dubbo.http.matcher;
import org.junit.Assert;
import org.junit.Test;
import org.springframework.http.HttpRequest;
import static org.springframework.cloud.alibaba.dubbo.http.DefaultHttpRequest.builder;
import static com.alibaba.cloud.dubbo.http.DefaultHttpRequest.builder;
/**
* {@link HeaderExpression} Test

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.cloud.alibaba.dubbo.http.matcher;
package com.alibaba.cloud.dubbo.http.matcher;
import org.junit.Assert;
import org.springframework.http.HttpMethod;

View File

@@ -14,15 +14,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.cloud.alibaba.dubbo.http.matcher;
package com.alibaba.cloud.dubbo.http.matcher;
import org.junit.Assert;
import org.junit.Test;
import org.springframework.mock.http.client.MockClientHttpRequest;
import java.net.URI;
import java.util.List;
import java.util.Map;
/**
* {@link HttpRequestParamsMatcher} Test

View File

@@ -14,13 +14,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.cloud.alibaba.dubbo.http.matcher;
package com.alibaba.cloud.dubbo.http.matcher;
import org.junit.Assert;
import org.junit.Test;
import org.springframework.http.HttpRequest;
import static org.springframework.cloud.alibaba.dubbo.http.DefaultHttpRequest.builder;
import static com.alibaba.cloud.dubbo.http.DefaultHttpRequest.builder;
/**
* {@link ParamExpression} Test

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.cloud.alibaba.dubbo.http.matcher;
package com.alibaba.cloud.dubbo.http.matcher;
import org.junit.Assert;
import org.junit.Test;

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.cloud.alibaba.dubbo.http.util;
package com.alibaba.cloud.dubbo.http.util;
import org.junit.Assert;
import org.junit.Test;

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.cloud.alibaba.dubbo.metadata;
package com.alibaba.cloud.dubbo.metadata;
import org.junit.Assert;
import org.junit.Test;

View File

@@ -14,13 +14,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.cloud.alibaba.dubbo.metadata.resolver;
package com.alibaba.cloud.dubbo.metadata.resolver;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.springframework.cloud.alibaba.dubbo.annotation.DubboTransported;
import org.springframework.cloud.alibaba.dubbo.metadata.DubboTransportedMethodMetadata;
import com.alibaba.cloud.dubbo.annotation.DubboTransported;
import com.alibaba.cloud.dubbo.metadata.DubboTransportedMethodMetadata;
import org.springframework.cloud.openfeign.support.SpringMvcContract;
import org.springframework.mock.env.MockEnvironment;

View File

@@ -1,6 +1,6 @@
dubbo:
scan:
base-packages: org.springframework.cloud.alibaba.dubbo.service
base-packages: com.alibaba.cloud.dubbo.service
protocols:
dubbo:
name: dubbo