摘要:
Java 17 - 简介 JDK中异步执行任务。 源码: // A Future that may be explicitly completed (setting its value and status), // and may be used as a CompletionStage, sup 阅读全文
摘要:
Nginx 和 应用(spring boot程序) 部署 到了同一个 公网服务器。 在访问应用时,需要得到 客户端真实IP地址,需要配置 nginx。 server.location 下配置: proxy_set_header X-Real-IP $remote_addr; proxy_set_he 阅读全文