codingapi / tx-lcn

LCN distributed transaction framework, compatible with dubbo, spring cloud and Motan framework, supports various relational databases
https://www.codingapi.com
Apache License 2.0
4.22k stars 1.46k forks source link

有没有 原生的spring 应用集成lcn的方案 #341

Open linweifeng opened 5 years ago

OhTheThree777 commented 5 years ago

官网文档 的配置都是Spring的吧? 你指的原生是 什么

linweifeng commented 5 years ago

我们目前部分应用用的是spring旧的方式,即没有spring boot之前的spring + springmvc的版本。但是目前新的版本是直接依赖了spring boot

Keanhua commented 5 years ago

我这边也想寻求spring + springmvc的版本的demo

niuxiaojuan-github commented 5 years ago

请问有找到这样demo的么,想确认是否支持

linweifeng commented 5 years ago

这个简单改造一下就可以使用:https://github.com/codingapi/springcloud-lcn-demo

niuxiaojuan-github commented 5 years ago

这个简单改造一下就可以使用:https://github.com/codingapi/springcloud-lcn-demo

谢谢。有最新的5.0.2的示例么,不知5.0.2是否支持普通spring+spring mvc项目