Pharos is a java based routing component for Spring Cloud.
Please make sure the Java version is 1.8 and above.
$ git clone https://github.com/yihleego/pharos.git
$ cd pharos
$ mvn clean install
<dependency>
<groupId>io.leego</groupId>
<artifactId>pharos</artifactId>
<version>0.0.1</version>
</dependency>
implementation 'io.leego:pharos:0.0.1'
- Building...
- Bugs & Issues: Click Here
Pharos is under the Apache 2.0 license. See the LICENSE file for details.