Ai
1 Star 5 Fork 2

Hency/grpc-spring-boot-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 447 Bytes
一键复制 编辑 原始数据 按行查看 历史
apply plugin: 'org.springframework.boot'
dependencies {
compile('org.springframework.boot:spring-boot-starter-web')
compile project(':grpc-client-spring-boot-starter') // replace to compile("net.devh:grpc-client-spring-boot-starter:${springBootGrpcVersion}")
compile project(':examples:grpc-lib')
}
buildscript {
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/chis123/grpc-spring-boot-starter.git
git@gitee.com:chis123/grpc-spring-boot-starter.git
chis123
grpc-spring-boot-starter
grpc-spring-boot-starter
master

搜索帮助