How to run spring boot admin client and server in same application
问题 I want to run a spring boot admin server and client inside the same application.I changed server port, when I change the server port spring admin will access my changed port. so I can run an admin server. but I can't see my web application pages. i need output like this. Localhost:8080/myapplication (my client application) localhost:8090/admin (spring boot admin server) 回答1: Here is a simple example to run the application on two different ports for admin client and for server client.