# springboot-admin **Repository Path**: invokertc/springboot-admin ## Basic Information - **Project Name**: springboot-admin - **Description**: springboot admin 继承feign ,shutdown 实例时报错 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-02 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. eureka-server 服务注册中心以及admin服务器 2. normal-client 普通实例,shutdown时正常退出 http://localhost:8762/actuator/shutdown 3. feign-client 集成feign的实例,shutdown时,应用程序退出异常 http://localhost:8763/actuator/shutdown