摘要: Java 17 - 简介 JDK中异步执行任务。 源码: // A Future that may be explicitly completed (setting its value and status), // and may be used as a CompletionStage, sup 阅读全文
posted @ 2024-09-28 20:20 快乐的欧阳天美1114 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Nginx 和 应用(spring boot程序) 部署 到了同一个 公网服务器。 在访问应用时,需要得到 客户端真实IP地址,需要配置 nginx。 server.location 下配置: proxy_set_header X-Real-IP $remote_addr; proxy_set_he 阅读全文
posted @ 2024-09-28 17:17 快乐的欧阳天美1114 阅读(289) 评论(0) 推荐(0) 编辑