grpc-ecosystem / grpc-spring

Spring Boot starter module for gRPC framework.
https://grpc-ecosystem.github.io/grpc-spring/
Apache License 2.0
3.46k stars 811 forks source link

manen repository home page #1017

Open Saycka opened 8 months ago

Saycka commented 8 months ago

In readme

net.devh grpc-spring-boot-starter 2.15.0.RELEASE

But in the maven repository this artifact https://mvnrepository.com/artifact/net.devh/grpc-spring-boot-starter/2.15.0.RELEASE has a different home page https://github.com/yidongnan/grpc-spring -boot-starter Also in the code there are many links to the fork from yidongnan, and not to the original grpc-ecosystem repository.

But the yidongnan project is in the archive.

Explain what is the difference between these repositories? Which one will be supported?

ST-DDT commented 8 months ago

yidongnan/grpc-spring-boot-starter (old) has been moved/renamed to grpc-ecosystem/grpc-spring (new).

Does that answer your question?