fix: rename region_id to region_number (#44)

* feat: build java codes by makefile

* feat: generate java code

* fix: rename region_id to region_number

* feat: generate code
This commit is contained in:
Yingwen
2023-05-30 11:46:33 +08:00
committed by GitHub
parent 5bf7cd1da6
commit ff0a47b646
8 changed files with 422 additions and 347 deletions
+7 -1
View File
@@ -22,7 +22,13 @@ GreptimeDB protobuf files.
make go
```
The compilation will use builder container `namely/protoc-all`.
- **Compile for Java**
```console
make java
```
The compilation for Go and Java will use builder container `namely/protoc-all`.
## Usage