一、说明介绍与机场推荐
全球节点更新啦!涵盖美国、新加坡、加拿大、香港、欧洲、日本、韩国等地,提供10个全新订阅链接,轻松接入V2Ray/Clash/小火箭等科学上网工具,简单复制、粘贴即畅享全球网络自由!只需复制以下节点数据,导入或粘贴至v2ray/iso小火箭/winxray、2rayNG、BifrostV、Clash、Kitsunebi、V2rayN、V2rayW、Clash、V2rayS、Mellow、Qv2ray等科学上网工具,即可直接使用!
二,自用机场推荐
包月(不限时)最低5元起150GB流量:点我了解详情
同步电报群:https://t.me/xfxssr
永久发布页地址,防丢失https://sulinkcloud.github.io/
三,节点列表和测试速度
https://so.xfxssr.me/api/v1/client/subscribe?token=10c6aab8676a4f19aeff4869eff88ca3
https://so.xfxssr.me/api/v1/client/subscribe?token=a36c85c0119247dfa3ca9a53cdcfc221
https://so.xfxssr.me/api/v1/client/subscribe?token=1ebf3f2ed3f4fd39e249ddb7a937d95a
https://so.xfxssr.me/api/v1/client/subscribe?token=02fe3b9f010e2b683161c1af8ade68ee
https://so.xfxssr.me/api/v1/client/subscribe?token=44198fb238cf4aae2b596128a8f253f7
https://so.xfxssr.me/api/v1/client/subscribe?token=eb2890868a45cfb51ccd7b3d149eca0c
https://so.xfxssr.me/api/v1/client/subscribe?token=3ff73ade6145ca21da7fbb63871871e0
https://so.xfxssr.me/api/v1/client/subscribe?token=eb7b46efce42fb5045a654063224d3e2
https://so.xfxssr.me/api/v1/client/subscribe?token=56de383eb1b121023ad8a6fbd26f3931
https://so.xfxssr.me/api/v1/client/subscribe?token=f548798b1770723e474caae47e31789a
clash verge 测试速度超快,看油管4k无压力
200多个节点免费分享,虽然速度慢了一些但是都是免费的可以长期使用
下载地址 https://cloud.xfxdesk.com/s/b9xT6 分割线 如何用 Docker 部署一个 Spring Boot 应用? 解答步骤: 安装 Docker: Windows/macOS:下载 Docker Desktop 安装。 Linux(Ubuntu): bash sudo apt install docker.io sudo systemctl start docker sudo usermod -aG docker $USER # 添加用户到docker组,避免sudo 创建 Spring Boot 项目:用 IDEA 或 Maven 生成项目,打包为 JAR 文件(如app.jar)。 编写 Dockerfile:在项目根目录创建Dockerfile,内容: dockerfile FROM openjdk:11-jdk-slim # 基础镜像 WORKDIR /app # 工作目录 COPY app.jar app.jar # 复制JAR包 EXPOSE 8080 # 暴露端口 CMD ["java", "-jar", "app.jar"] # 启动命令 构建镜像:在 Dockerfile 所在目录执行: bash docker build -t my-spring-app . 运行容器: bash docker run -d -p 8080:8080 --name my-app my-spring-app -d:后台运行,-p 8080:8080:映射容器 8080 端口到主机 8080 端口。 验证部署:浏览器访问http://localhost:8080,查看应用是否运行。
评论