上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 36 下一页

spring-cloud项目初始化问题

摘要: 无法引入本地依赖 参考:https://blog.csdn.net/qq_39684784/article/details/115289982 时区问题: url设置:serverTimezone=UTC alibaba依赖 <dependencyManagement> <dependencies> 阅读全文
posted @ 2023-02-21 16:29 朝朝暮Mu 阅读(41) 评论(0) 推荐(0)

docker 安装 nginx

摘要: docker 安装 nginx 参考:https://blog.csdn.net/weixin_43872830/article/details/128972671 docker 公共仓库地址 参考:https://hub.docker.com/ macos 安装nginx 参考:https://b 阅读全文
posted @ 2023-02-18 12:38 朝朝暮Mu 阅读(23) 评论(0) 推荐(0)

量化分析学习网站

摘要: 量化分析学习网站 参考:https://zhuanlan.zhihu.com/p/598464273 阅读全文
posted @ 2023-02-17 13:13 朝朝暮Mu 阅读(30) 评论(0) 推荐(0)

微信历史版本下载

摘要: 网址:https://mydown.yesky.com/pcsoft/44417133/versions/ 阅读全文
posted @ 2023-02-16 09:03 朝朝暮Mu 阅读(818) 评论(0) 推荐(0)

统一异常处理

摘要: 统一异常处理步骤 定义异常vo类 定义自定义异常 抛出自定义异常 通过try..catch..捕获自定义异常,并返回异常vo类 通过统一异常处理器类统一处理异常 阅读全文
posted @ 2023-02-04 22:28 朝朝暮Mu 阅读(20) 评论(0) 推荐(0)

JWT相关问题

摘要: jwt解析token报错:Signed Claims JWSs are not supported. 参考:https://blog.csdn.net/weixin_43549350/article/details/115221851 java Integer 和 Long的相互转换 参考:http 阅读全文
posted @ 2023-02-04 15:17 朝朝暮Mu 阅读(36) 评论(0) 推荐(0)

spring boot自动装配

摘要: spring boot自动装配实现 参考:https://blog.csdn.net/qq_57434877/article/details/123933529 参考:https://blog.csdn.net/qq_33591903/article/details/119843446 阅读全文
posted @ 2023-02-03 09:00 朝朝暮Mu 阅读(15) 评论(0) 推荐(0)

虚拟机设置

摘要: 设置静态IP地址 参考:https://www.cnblogs.com/S1mpleBug/p/16684747.html 安装ubuntu系统镜像 参考:https://blog.csdn.net/weixin_49076273/article/details/126968262 阅读全文
posted @ 2023-02-01 22:38 朝朝暮Mu 阅读(95) 评论(0) 推荐(0)

Spring Boot 和 Spring Cloud 对应关系

摘要: 版本对应关系 参考:https://blog.csdn.net/weixin_45371233/article/details/125521556 参考:https://blog.csdn.net/web18484626332/article/details/124475646 参考:https:/ 阅读全文
posted @ 2023-02-01 15:08 朝朝暮Mu 阅读(43) 评论(0) 推荐(0)

dubbo学习

摘要: 引入相关依赖 <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-spring-boot-starter</artifactId> <version>2.7.8</version> </dependency> <dep 阅读全文
posted @ 2023-01-31 13:32 朝朝暮Mu 阅读(21) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 36 下一页