This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-initializer.git
The following commit(s) were added to refs/heads/main by this push:
new 04ccabf update consumer template
04ccabf is described below
commit 04ccabf5eb95c3ea50faa0cda7a3e3005ac90eae
Author: chickenlj <[email protected]>
AuthorDate: Wed Apr 12 21:04:06 2023 +0800
update consumer template
---
.../resources/templates/codes/dubbo-idl/java/Consumer.java.mustache | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/initializer-generator/src/main/resources/templates/codes/dubbo-idl/java/Consumer.java.mustache
b/initializer-generator/src/main/resources/templates/codes/dubbo-idl/java/Consumer.java.mustache
index b510688..c54b642 100644
---
a/initializer-generator/src/main/resources/templates/codes/dubbo-idl/java/Consumer.java.mustache
+++
b/initializer-generator/src/main/resources/templates/codes/dubbo-idl/java/Consumer.java.mustache
@@ -1,6 +1,8 @@
package {{basePackage}}.dubbo.consumer;
import {{basePackage}}.dubbo.api.Greeter;
+import {{basePackage}}.api.GreeterReply;
+import {{basePackage}}.api.GreeterRequest;
import org.apache.dubbo.config.annotation.DubboReference;