yashdilip / sbaclient

Spring Boot Admin Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot Admin Client (sbaclient)

This application is a client application for Spring Boot Admin server. Basic authentication is enabled and following is the credential detail

username: client
password: client

and the application is hosted in port 9000.

Please feel free to change the username, password and port information from application.properties file.

For Spring Boot Admin Admin, please see sbaserver