You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: When the management server port number and server port number are given same the page is not responding as expected and I could not see any results.
Expected: It should through an error when both the port numbers are same while running the application.
Actual: Cloud not see any page responses.
Config Log:
Monitoring & Managing Spring Boot Appln related properties | for goto endpoints actuator/{arg}
management.server.port=9001
management.endpoint.health.show-details=always
# setting server port to be as random port (this is generally preferred when working with micro-services)
server.port=9001
Screenshots:
The text was updated successfully, but these errors were encountered:
Issue: When the management server port number and server port number are given same the page is not responding as expected and I could not see any results.
Expected: It should through an error when both the port numbers are same while running the application.
Actual: Cloud not see any page responses.
Config Log:
Monitoring & Managing Spring Boot Appln related properties | for goto endpoints actuator/{arg}
Screenshots:
The text was updated successfully, but these errors were encountered: