diff --git a/pom.xml b/pom.xml index 1c27c36..bc9a5f3 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,7 @@ spring-grpc-spring-boot-autoconfigure spring-grpc-spring-boot-starter spring-grpc-client-spring-boot-starter + spring-grpc-server-spring-boot-starter spring-grpc-server-web-spring-boot-starter samples diff --git a/spring-grpc-dependencies/pom.xml b/spring-grpc-dependencies/pom.xml index b35ca7a..a186149 100644 --- a/spring-grpc-dependencies/pom.xml +++ b/spring-grpc-dependencies/pom.xml @@ -80,6 +80,11 @@ spring-grpc-client-spring-boot-starter ${project.version} + + org.springframework.grpc + spring-grpc-server-spring-boot-starter + ${project.version} + org.springframework.grpc spring-grpc-server-web-spring-boot-starter diff --git a/spring-grpc-server-spring-boot-starter/pom.xml b/spring-grpc-server-spring-boot-starter/pom.xml new file mode 100644 index 0000000..379b085 --- /dev/null +++ b/spring-grpc-server-spring-boot-starter/pom.xml @@ -0,0 +1,43 @@ + + + 4.0.0 + + org.springframework.grpc + spring-grpc + 0.4.0-SNAPSHOT + + spring-grpc-server-spring-boot-starter + jar + Spring gRPC Server (Netty) Spring Boot Starter + Spring gRPC Server (Netty) Spring Boot Starter + + + + org.springframework.grpc + spring-grpc-core + ${project.version} + + + org.springframework.grpc + spring-grpc-spring-boot-autoconfigure + ${project.version} + + + io.grpc + grpc-netty + + + io.grpc + grpc-services + true + + + org.springframework.boot + spring-boot-starter + ${spring-boot.version} + + + + diff --git a/spring-grpc-spring-boot-starter/pom.xml b/spring-grpc-spring-boot-starter/pom.xml index 83c19b4..03b5db1 100644 --- a/spring-grpc-spring-boot-starter/pom.xml +++ b/spring-grpc-spring-boot-starter/pom.xml @@ -10,33 +10,17 @@ spring-grpc-spring-boot-starter jar - Spring gRPC Server Spring Boot Starter - Spring gRPC Server Spring Boot Starter + Spring gRPC Server and Client Spring Boot Starter + Spring gRPC Server and Client Spring Boot Starter org.springframework.grpc - spring-grpc-core - ${project.version} + spring-grpc-client-spring-boot-starter org.springframework.grpc - spring-grpc-spring-boot-autoconfigure - ${project.version} - - - io.grpc - grpc-netty - - - io.grpc - grpc-services - true - - - org.springframework.boot - spring-boot-starter - ${spring-boot.version} + spring-grpc-server-spring-boot-starter