spring-cloud-deployer-local
spring-cloud-deployer-local copied to clipboard
Local Deployer needs to verify ports for launching apps
Currently, the server.port assigned to each app is determined by DeployerSocketUtils However, this utility make no guarantee about the subsequent availability of a given port and is therefore unreliable.