https://github.com/rosyid-grobogan/handson-protobuf
belajar-protobuf
https://github.com/rosyid-grobogan/handson-protobuf
Last synced: 8 months ago
JSON representation
belajar-protobuf
- Host: GitHub
- URL: https://github.com/rosyid-grobogan/handson-protobuf
- Owner: rosyid-grobogan
- Created: 2021-06-21T10:16:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T15:07:27.000Z (over 4 years ago)
- Last Synced: 2025-01-05T01:26:17.792Z (9 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cara Penggunaan
Persiapan Project
```
git clone git@github.com:rosyid-grobogan/handson-protobuf.git
cd handson-protobuf
mvn clean install
```## Tech
- Maven Project
- Grpc## Dependencies
```
io.grpc
grpc-protobuf
1.32.1
org.apache.tomcat
annotations-api
6.0.53
provided
```build
```
kr.motd.maven
os-maven-plugin
1.6.2
org.apache.maven.plugins
maven-compiler-plugin
1.8
1.8
org.xolstice.maven.plugins
protobuf-maven-plugin
0.5.1
com.google.protobuf:protoc:3.6.1:exe:${os.detected.classifier}
grpc-java
io.grpc:protoc-gen-grpc-java:1.22.1:exe:${os.detected.classifier}
${basedir}/src/main/proto/
compile
compile-custom
```Setelah menambahkan package, kita perlu memperbarui packagenya
```
mvn clean install
```## Persiapan
- Plugin: protocal buffer di IntelliJ IDEA