GithubHelp home page GithubHelp logo

yehuangcn / eureka-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from springcloud/eureka-admin

0.0 1.0 0.0 1.21 MB

Eureka Server管控平台

License: Apache License 2.0

Java 1.46% HTML 1.22% CSS 47.23% JavaScript 50.08%

eureka-admin's Introduction

image

Eureka Admin 管控平台

Eureka Admin 管控平台是Spring Cloud**社区为Eureka注册中心开源的一个节点监控、服务动态启停的项目。


构建步骤:
1、正常启动您的Eureka以及服务体系
2、由于目前尚未提交**仓库,需下载源码构建,打开eureka-admin-starter-server项目配置文件,设置您的eureka注册中心地址以及eureka-admin管控平台端口即可,如下,

server:
  port: 8080
eureka:
  server: 
    eviction-interval-timer-in-ms: 30000
  client:
    register-with-eureka: false
    fetch-registry: true
    filterOnlyUpInstances: false
    serviceUrl:
       defaultZone: http://localhost:8888/eureka/
logging:
  level:
    org:
      springframework: INFO

正常启动主类即可,浏览器访问:http://localhost:8080 ,效果如下,

image image

eureka-admin's People

Contributors

lovnx avatar softwareking avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.