07 2023 档案

SpringBoot项目优雅停机+Pid暴力停机
摘要:# bootstrap.yaml配置项目的pid输出位置 ```yaml spring: pid: file: F:/cloud-nacos/cloud_gateway/application.pid ``` # springboot项目修改启动类启动方式 > 原始启动类 SpringApplica 阅读全文

posted @ 2023-07-15 00:33 白嫖老郭 阅读(103) 评论(0) 推荐(1)

Springcloud2021+Nacos2.2+Dubbo3+Seata1.6实现分布式事务
摘要:> 示例代码地址:https://gitee.com/gtnotgod/Springcloud-alibaba.git 更详细参考Gitee完整的项目:https://gitee.com/gtnotgod/Springcloud-alibaba.git # 官网下载Nacos > https://n 阅读全文

posted @ 2023-07-07 18:46 白嫖老郭 阅读(754) 评论(0) 推荐(1)

基于Sa-Token实现微服务之前的单点登录
摘要:# 修改配置文件,准备好四个域名 ```shell 127.0.0.1 auth.server.com 127.0.0.1 user.server.com 127.0.0.1 third.server.com 127.0.0.1 eureka.server.com ``` # 注册中心:eureka 阅读全文

posted @ 2023-07-02 11:31 白嫖老郭 阅读(2189) 评论(0) 推荐(4)

导航