Ric*_*ews 3 java spring spring-boot application.properties
Spring Boot中application.properties文件中的以下两条语句有什么区别?
server.port = 8080 和 server.port = ${PORT:8080}
请帮忙解释一下
Jis*_*hap 5
server.port = ${PORT:8080}
PORT
8080
server.port =8080
归档时间:
3 年,6 月 前
查看次数:
78 次
最近记录: