技术栈
cloud
Yengi
1 个月前
cloud
【test】google cloud
https://shell.cloud.google.com/ 默认已经安装了 VsCode 开发环境和终端界面,都是在线运行的,使用非常丝滑。
core512
4 个月前
spring
·
seata
·
cloud
·
整合
Spring Cloud Alibaba整合Seata实战
Spring Cloud Alibaba整合Seata实战1)指定nacos作为配置中心和注册中心 修改registry.conf文件 注意:客户端配置registry.conf使用nacos时也要注意group要和seata server中的group一致,默认group是"DEFAULT_GROUP"。
蒋含竹
5 个月前
ai
·
word
·
可视化
·
cloud
·
gradio
·
wordcloud
·
webui
Gradio 案例——将文本文件转为词云图
scruffybear
1 年前
java
·
spring boot
·
后端
·
gateway
·
cloud
·
sticky session
在Spring Boot API Gateway中实现Sticky Session
在Kubernetes微服务的云环境中,如何在Spring Boot API Gateway中实现Sticky Session,当服务请求被某一个服务器处理后,所有后续的请求都被转发到被第一次进行处理的同一个服务器再进行处理,这里进行了尝试,取得了想要的结果。
Circ.
1 年前
gateway
·
cloud
手动搭建gateway,项目集成gateway实现Token效果
现在想要进行token校验,故引入gateway服务。 首先阅读官网,知道概念:Gateway官网详解