Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 518 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 518 Bytes

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