An open API service indexing awesome lists of open source software.

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

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