<dependency>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-spring</artifactId>
<version>1.3.0</version>
</dependency>
<parent> <groupId>com.tencent.trpc</groupId> <artifactId>trpc-spring-support</artifactId> <version>1.3.0</version> </parent>
compile
|-- com.tencent.trpc:trpc-core
|-- org.springframework:spring-context-support
|-- com.tencent.trpc:trpc-container-default
test
|-- org.springframework.boot:spring-boot-starter-test