Rob Spoor wrote:Remove server.address. That line tells Spring Boot to only listen on the local interface, which means that any request from any other machine will be rejected (connection refused).
Earlier was not using these parameters, I wrote them after googling the issue
Anyway, I would need to get the local IP address of my system on the network. Now I can access that IP from other systems.