when using spring boot embedded server development, we all specify the port for web listening through server.port
. Is there any way to enable a spring boot project to use multiple ports to listen for requests, for example, both 80 and 81 can receive requests at the same time.