Skip to content

Instantly share code, notes, and snippets.

View shaokeyibb's full-sized avatar
😗
Nothing

HikariLan shaokeyibb

😗
Nothing
View GitHub Profile
@shaokeyibb
shaokeyibb / build.gradle.kts
Last active July 16, 2023 14:18
grpc configuration with gradle kotlin dsl
// refer:
// https://github.com/yidongnan/grpc-spring-boot-starter/blob/master/examples/grpc-lib/build.gradle
// https://github.com/grpc/grpc-java/blob/master/examples/build.gradle
plugins {
id("java")
id("com.google.protobuf") version "0.9.1"
}
// Don't forget to modify the version to latest!