标签: spring spring-boot netflix-zuul
我有一个使用@EnableZuulProxy注释的Spring应用程序。此应用程序的端口在application.yml中配置为
@EnableZuulProxy
server: port: 0
这可以按预期获得随机端口。
问题:我可以限制此端口的范围吗?