启动日志
2022-11-04 21:38:43.426 WARN 46195 --- [ main] o.s.boot.StartupInfoLogger : InetAddress.getLocalHost().getHostName() took 5002 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts). 2022-11-04 21:38:48.433 WARN 46195 --- [ main] o.s.boot.system.ApplicationPid : ManagementFactory.getRuntimeMXBean().getName() took 5003 milliseconds to respond. This may be due to slow host name resolution. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
修复方式:将hostname, 添加到 /etc/hosts文件中

Springboot启动缓慢