摘要: 1.情景展示 使用springboot内置的tomcat启动项目,如何获取本地IP地址、项目端口号以及项目名称? 2.获取本地IP try { String hostAddress = Inet4Address.getLocalHost().getHostAddress(); } catch (Un 阅读全文
posted @ 2022-01-26 17:15 Marydon 阅读(11595) 评论(0) 推荐(1) 编辑