文章 2024-08-24 来自:开发者社区

【Azure Spring Cloud】Java Spring Cloud 应用部署到Azure上后,发现大量的 java.lang.NullPointerException: null at io.lettuce.core.protocol.CommandHandler.writeSingleCommand(CommandHandler.java:426) at ... 异常

Azure Spring Cloud 是什么? 借助 Azure Spring Cloud,可以轻松地将 Spring Boot 微服务应用程序部署到 Azure,不需更改任何代码。 该服务管理 Spring Cloud 应用程序的基础结构,因此开发人员可以专注于其代码。 Azure Spring Cloud 可以通过以下方法提供生命周期管理:综合性监视和诊断、配置管理、服务发现、CI/...

【Azure Spring Cloud】Java Spring Cloud 应用部署到Azure上后,发现大量的 java.lang.NullPointerException: null at io.lettuce.core.protocol.CommandHandler.writeSingleCommand(CommandHandler.java:426) at ... 异常
文章 2023-02-22 来自:开发者社区

从0到1 手把手搭建spring cloud alibaba 微服务大型应用框架(五) (mini-cloud) SEATA分布式事务篇(上) 运行原理以及AT模式源码启动版集成

seata 运行原理seata 运行原理图图画的有点大,可以点击放大查看seata 运行原理简述1.服务a 调用服务b 时,会根据seata全局事务注释创建一个xid 2.然后每个服务都会拦截本次事务的connection 并且生成反向的sql,然后用xid 做关联主键插入反向sql,发送到seata server 并插入到数据库 3.如果本次事务的所有服务都执行没问题,则tm 确认完毕后会删除....

从0到1 手把手搭建spring cloud alibaba 微服务大型应用框架(五) (mini-cloud) SEATA分布式事务篇(上) 运行原理以及AT模式源码启动版集成
问答 2023-01-09 来自:开发者社区

Seata中公司项目用spring cloud, 两个服务是同一个数据库链接,用at或者xa支持吗?

Seata中公司项目用spring cloud, 多个服务通过feign调用,比如A服务调B服务,可是两个服务是同一个oracle数据库链接,用at或者xa支持吗?或者有其它办法吗?

问答 2022-11-04 来自:开发者社区

这个spring cloud框架层跑出来的异常有没有排查思路? at org.springframe

这个spring cloud框架层跑出来的异常有没有排查思路? at org.springframework.cloud.context.scope.GenericScope$LockedScopedProxyFactoryBean.invoke(GenericScope.java:494)

文章 2022-10-19 来自:开发者社区

猿创征文|Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway at this time.

前言嗨喽,CSDN的友友们,今天启动网关Gateway时发现了一个不兼容的问题,记录一下猿征路上的小bug报错:Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway at this time. Please remove spring-boot-starter-web dependency.翻....

猿创征文|Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway at this time.
文章 2022-02-16 来自:开发者社区

【Spring实战】—— 12 AspectJ报错:error at ::0 can't find referenced pointcut XXX

今天在使用AspectJ进行注解切面时,遇到了一个错误。 切点表达式就是无法识别——详细报错信息如下: Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'xingoo' defined in class path...

问答 2022-02-15 来自:开发者社区

spring依赖注入service报错,expected at least 1 ?400报错

SEVERE: Context initialization failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'productAction': Unsatisfied dependency expressed through field '....

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

微服务

构建可靠、高效、易扩展的技术基石

+关注