摘要: package com.xx.xx.core.utils; import cn.hutool.core.util.ReflectUtil; import com.xx.tools.utils.BeanUtil; import com.xx.tools.utils.StringUtil; import 阅读全文
posted @ 2024-04-30 16:34 Peter.Jones 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 在Nginx配置中,location 和 proxy_pass 指令的组合使用决定了如何处理URL路径以及如何将请求转发给后端服务器。 server { listen 443 ssl; server_name mqtt.xx.com; ssl_certificate /home/nginx/cert 阅读全文
posted @ 2024-04-30 11:10 Peter.Jones 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1. 安装XCode或者Command Line Tools for Xcode。 Xcode可以从AppStore里下载安装,Command Line Tools for Xcode需要在终端中输入以下代码运行安装 xcode-select --install 2. 安装 brew /bin/zs 阅读全文
posted @ 2024-03-30 00:24 Peter.Jones 阅读(80) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-03-22 20:30 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-03-14 14:50 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-03-08 10:31 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-03-06 12:55 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1.引入spring cloud, spring cloud alibaba, spring boot依赖 <!-- SpringCloud 微服务 --> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>s 阅读全文
posted @ 2024-02-08 14:20 Peter.Jones 阅读(22) 评论(0) 推荐(0) 编辑
摘要: The following profiles are active: kubernetes : 错误1:Could not create the Kubernetes ApiClient in a cluster environment, because : java.nio.file.NoSuch 阅读全文
posted @ 2023-12-09 00:25 Peter.Jones 阅读(13) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-11-11 17:38 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑