{"id":23034819,"url":"https://github.com/m-thirumal/spring-boot-admin-server","last_synced_at":"2025-08-14T17:30:37.801Z","repository":{"id":148987416,"uuid":"247450370","full_name":"m-thirumal/spring-boot-admin-server","owner":"m-thirumal","description":"spring-boot-admin-server with Eureka server/Registry","archived":false,"fork":false,"pushed_at":"2024-11-06T03:07:07.000Z","size":849,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-06T04:18:51.108Z","etag":null,"topics":["eureka-server","java-15","metrics","spring-boot-actuator","spring-boot-admin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m-thirumal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-15T11:10:26.000Z","updated_at":"2024-11-06T03:07:11.000Z","dependencies_parsed_at":"2023-12-22T15:57:55.197Z","dependency_job_id":"fa8f24d8-e82f-4831-b251-eab6793ff453","html_url":"https://github.com/m-thirumal/spring-boot-admin-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-thirumal%2Fspring-boot-admin-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-thirumal%2Fspring-boot-admin-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-thirumal%2Fspring-boot-admin-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-thirumal%2Fspring-boot-admin-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-thirumal","download_url":"https://codeload.github.com/m-thirumal/spring-boot-admin-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229845251,"owners_count":18133233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eureka-server","java-15","metrics","spring-boot-actuator","spring-boot-admin"],"created_at":"2024-12-15T16:36:05.559Z","updated_at":"2025-08-14T17:30:37.795Z","avatar_url":"https://github.com/m-thirumal.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spring-boot-admin-server\n\nRun with [Eureka server/registry](https://github.com/M-Thirumal/eureka-server) \n\n* Spring boot admin will be the client of eureka-server\n\n* Eureka-server will be the client of spring boot admin server\n\n#### Login Details\n\n```\n\nURL     : [http://localhost:7216](http://localhost:7216)\n\nUsername: thirumal\n\nPassword: thirumal\n```\n\n##### The eureka client must expose the actuator end point\n\n\n\tmanagement.endpoints.web.exposure.include=*\n\tmanagement.endpoint.shutdown.enabled=true\n\tmanagement.endpoints.beans.sensitive=false\n\n\n##### Sample Eureka registration from client side\n\n\n\teureka:\n\t  instance:\n\t    appname: indsolv-cloud-config-server\n\t    leaseRenewalIntervalInSeconds: 10\n\t    preferIpAddress: true\n\t    health-check-url-path: /actuator/health\n\t    metadata-map:\n\t      startup: ${random.int}    #needed to trigger info and endpoint update after restart\n\t      user:\n\t        name: \"thirumal\"\n\t        password: \"thirumal\"\n\t  client:\n\t    region: default\n\t    enabled: true\n\t    register-with-eureka: true\n\t    registryFetchIntervalSeconds: 5\n\t    fetch-registry: true\n\t    service-url:\n\t      defaultZone: http://thirumal:thirumal@localhost:8761/eureka/\n\n\n## Architecture\n\n![Spring-boot-Admin-server-client-with-eureka](output/Spring-boot-Admin-server-client-with-eureka.svg)\n\n## Run as JAR\n\n\t./spring-boot-admin-server.sh\n\t\n## Run in docker\n\n* Create docker layered image using the following command\n\t\n      mvn package\n      chmod -R 777 target/\n      mkdir -p target/dependency \u0026\u0026 (cd target/dependency; jar -xf ../*.jar)\n      chmod -R 777 target/\n      docker build -t spring-boot-admin-server .\n\t\n* Run the image\n\t\n`docker run --name spring-boot-admin-server --restart always -d -p 7126:7126 spring-boot-admin-server`\n      \n* Run image with local log driver\n\n`docker run --name spring-boot-admin-server --restart always --log-driver local --log-opt max-size=10m --log-opt max-file=3  --log-opt compress=true -d -p 7126:7126 spring-boot-admin-server`\n\n* Run image without log driver\n\n`docker run --name spring-boot-admin-server --restart always --log-driver none -d -p 7126:7126 spring-boot-admin-server`\n\n## Graceful Shutdown\n\n```curl\ncurl -X POST http://localhost:7126/actuator/shutdown\n```\n\n## Output\n\n![1.png](output/1.png)\n\n![2.png](output/2.png)\n\n![3.png](output/3.png)\n\n![4.png](output/4.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-thirumal%2Fspring-boot-admin-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-thirumal%2Fspring-boot-admin-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-thirumal%2Fspring-boot-admin-server/lists"}