# pharos **Repository Path**: yihleego/pharos ## Basic Information - **Project Name**: pharos - **Description**: Pharos is a java based, routing component for Spring Cloud. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-26 - **Last Updated**: 2022-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pharos Pharos is a java based routing component for [Spring Cloud](https://spring.io/projects/spring-cloud). ## Installation Please make sure the Java version is 1.8 and above. ```bash $ git clone https://github.com/yihleego/pharos.git $ cd pharos $ mvn clean install ``` ## Dependency ### Maven ```xml io.leego pharos 0.0.1 ``` ### Gradle ```xml implementation 'io.leego:pharos:0.0.1' ``` ## Documentation > * Building... ## Contact > * Bugs & Issues: [Click Here](https://github.com/yihleego/pharos/issues) ## License Pharos is under the Apache 2.0 license. See the [LICENSE](LICENSE.txt) file for details.