# kong-dashboard **Repository Path**: henuddy/kong-dashboard ## Basic Information - **Project Name**: kong-dashboard - **Description**: 使用springboot+thymeleaf开发; 废弃API对象,使用Service+Route,只兼容kong0.13+; github上的node+angular版本太老,也不太适合自己的需求。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-04-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kong-dashboard ### framework springBoot + thymeleaf ### features for kong version 1.1+ including swagger2-api ### install & run java 8.0 +, maven 3 + java -DADMIN_PASSWORD=12345 \ -DKONG_API_URL=http://172.16.8.31:8001 \ -DROOT_LOG_LEVEL=error \ -DKONG_LOG_LEVEL=debug \ -jar kong-dashboard-xxx.jar default username:admin