Skip to content

yashdilip/sbaclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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