Skip to content

JonaSi754/easy-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-rpc

  • An easy rpc project, most refered from @CoderLeixiaoshuai

Structure of code

·
|-- easy-rpc-example // an example using rpc
|  |-- easy-rpc-example-consumer // consumer simulator
|  |  |-- pom.xml
|  |  |-- src
|  |    |-- main
|  |    |  |-- java
|  |    |  |-- resources
|  |    |-- test
|  |      |-- java
|  |-- easy-rpc-example-provider // provider simulator
|  |  |-- pom.xml
|  |  |-- src
|  |    |-- main
|  |    |  |-- java
|  |    |  |-- resources
|  |    |-- test
|  |      |-- java
|  |-- pom.xml
|-- easy-rpc-spring-boot-starter // core code of easy-rpc
|  |-- pom.xml
|  |-- src
|    |-- main
|    |  |-- java
|    |  |  |-- annotation
|    |  |  |-- client
|    |  |  |-- common
|    |  |  |-- config
|    |  |  |-- exception
|    |  |  |-- listener
|    |  |  |-- property
|    |  |  |-- serialization
|    |  |  |-- server
|    |  |-- resources
|    |-- test
|      |-- java
|-- pom.xml

About

a easy-rpc project from @CoderLeixiaoshuai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages