AdSense

網頁

2020/11/25

Spring Boot 取得Server主機IP位址

Spring Boot可透過InetAddress面取得本機的IP位址。

String ip = InetAddress.getLocalHost().getHostAddress();

沒有留言:

AdSense