采用disruptor框架进行事务日志的异步读写,与RPC框架的性能毫无差别。 支持SpringBoot-starter 项目启动,使用简单。 RPC框架支持 : dubbo,motan,springcloud。 本地事务存储支持 : redis,mongodb,zookeeper,file,mysql。 事务日志序列化支持 :java,hessian,kryo,protostuff。 采用Aspect AOP 切面思想与Spring无缝集成,天然...
Spring Security+Spring Data Jpa 强强联手,安全管理只有更简单! Spring Boot + Spring Security 实现自动登录功能 Spring Boot 自动登录,安全风险要怎么控制? 在微服务项目中,Spring Security 比 Shiro 强在哪? SpringSecurity 自定义认证逻辑的两种方式(高级玩法) Spring Security 中如何快速查看登录用户 IP 地址等信...
at org.springframework.transaction.support.TransactionSynchronizationManager.unbindResource(TransactionSynchronizationManager.java:213) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] at org.springframework.jdbc.datasource.DataSourceTransactionManager.doCleanupAfterCompletion(DataSourceTransactionManager.java:367) ~[...
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: org.mengyun.tcctransaction.sample.dubbo.order.service.PlaceOrderServiceImpl org.mengyun.tcctransaction.sample.dubbo.order.web.controller.OrderController.placeOrderService; nested exception is org.springframework.be...
springboot:2.1.6.RELEASE orm框架:jdbc 数据库:mysql 数据库连接池:HikariCP seata server:1.3.0 springcloud:Greenwich.SR2 注:因为微服务采用跟上篇介绍的一样,所以环境搭建就不再重复写了,大家实验过程中有问题的可以参考上篇文章,或者号内留言。