Skip to content

Commit 1b25c9c

Browse files
committed
fix sample by dubbo annotation
1 parent 47d46f8 commit 1b25c9c

File tree

16 files changed

+3
-3
lines changed

16 files changed

+3
-3
lines changed

dubbo-annotation-sample/dubbo-anntation-consumer/.gitignore renamed to dubbo-annotation-sample/dubbo-annotation-consumer/.gitignore

File renamed without changes.

dubbo-annotation-sample/dubbo-anntation-consumer/.mvn/wrapper/MavenWrapperDownloader.java renamed to dubbo-annotation-sample/dubbo-annotation-consumer/.mvn/wrapper/MavenWrapperDownloader.java

File renamed without changes.

dubbo-annotation-sample/dubbo-anntation-consumer/.mvn/wrapper/maven-wrapper.jar renamed to dubbo-annotation-sample/dubbo-annotation-consumer/.mvn/wrapper/maven-wrapper.jar

File renamed without changes.

dubbo-annotation-sample/dubbo-anntation-consumer/.mvn/wrapper/maven-wrapper.properties renamed to dubbo-annotation-sample/dubbo-annotation-consumer/.mvn/wrapper/maven-wrapper.properties

File renamed without changes.

dubbo-annotation-sample/dubbo-anntation-consumer/mvnw renamed to dubbo-annotation-sample/dubbo-annotation-consumer/mvnw

File renamed without changes.

dubbo-annotation-sample/dubbo-anntation-consumer/mvnw.cmd renamed to dubbo-annotation-sample/dubbo-annotation-consumer/mvnw.cmd

File renamed without changes.

dubbo-annotation-sample/dubbo-anntation-consumer/pom.xml renamed to dubbo-annotation-sample/dubbo-annotation-consumer/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<version>2.4.1</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
11-
<groupId>com.ipman.sample.dubbo.anntation.consumer</groupId>
12-
<artifactId>dubbo-anntation-consumer</artifactId>
11+
<groupId>com.ipman.sample.dubbo.annotation.consumer</groupId>
12+
<artifactId>dubbo-annotation-consumer</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
14-
<name>dubbo-anntation-consumer</name>
14+
<name>dubbo-annotation-consumer</name>
1515
<description>Demo project for Spring Boot</description>
1616

1717
<properties>

dubbo-annotation-sample/dubbo-anntation-consumer/src/main/java/com/ipman/sample/dubbo/annotation/DubboAnntationConsumerApplication.java renamed to dubbo-annotation-sample/dubbo-annotation-consumer/src/main/java/com/ipman/sample/dubbo/annotation/DubboAnntationConsumerApplication.java

File renamed without changes.

dubbo-annotation-sample/dubbo-anntation-consumer/src/main/java/com/ipman/sample/dubbo/annotation/action/AnnotationAction.java renamed to dubbo-annotation-sample/dubbo-annotation-consumer/src/main/java/com/ipman/sample/dubbo/annotation/action/AnnotationAction.java

File renamed without changes.

dubbo-annotation-sample/dubbo-anntation-consumer/src/main/java/com/ipman/sample/dubbo/annotation/config/ConsumerConfiguration.java renamed to dubbo-annotation-sample/dubbo-annotation-consumer/src/main/java/com/ipman/sample/dubbo/annotation/config/ConsumerConfiguration.java

File renamed without changes.

0 commit comments

Comments
 (0)