This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push:
new 8a0a9fd43 dubbo-samples-triple-reactor proto add java_outer_classname
(#1137)
8a0a9fd43 is described below
commit 8a0a9fd436db7c0e2a7f0de1db47f6822d4e5ade
Author: caoyanan666 <[email protected]>
AuthorDate: Thu Apr 25 16:31:03 2024 +0800
dubbo-samples-triple-reactor proto add java_outer_classname (#1137)
Co-authored-by: caoyanan <[email protected]>
---
.../protocol/dubbo-samples-triple-reactor/src/main/proto/greeter.proto | 1 +
1 file changed, 1 insertion(+)
diff --git
a/3-extensions/protocol/dubbo-samples-triple-reactor/src/main/proto/greeter.proto
b/3-extensions/protocol/dubbo-samples-triple-reactor/src/main/proto/greeter.proto
index 98c726a9d..0270d5633 100644
---
a/3-extensions/protocol/dubbo-samples-triple-reactor/src/main/proto/greeter.proto
+++
b/3-extensions/protocol/dubbo-samples-triple-reactor/src/main/proto/greeter.proto
@@ -1,6 +1,7 @@
syntax = "proto3";
option java_multiple_files = true;
+option java_outer_classname = "GreeterProto";
package org.apache.dubbo.samples.triple.reactor;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]