[spring-boot] 配置隨機端口

第一種:dom

server.port=0server

第二種:

//自定義一個範圍

server.port=${random.int[1024,9999]}

相關文章
相關標籤/搜索