Revert to src/main/proto for samples

This commit is contained in:
Dave Syer
2025-05-30 10:47:25 +01:00
parent d4b89b5d97
commit 38eed22a0f
32 changed files with 42 additions and 92 deletions

View File

@@ -11,7 +11,7 @@ Generate the project and unzip the downloaded result.
Open it in your IDE in the usual way. E.g. if you're using IntelliJ IDEA: `idea pom.xml`; or for VSCode `code .`.
Define a `.proto` service definition file `src/main/protobuf/hello.proto` with the following contents:
Define a `.proto` service definition file `src/main/proto/hello.proto` with the following contents:
[source,proto]
----