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.21k stars 1.46k forks source link

Can TX-LCN support spring MVC based project #413

Open niuxiaojuan-github opened 5 years ago

niuxiaojuan-github commented 5 years ago

Why you need it?

Is your feature request related to a problem? Please describe in details My Project is based on spring mvc, instead of spring boot, can i use TX-LCN for distributed transaction control? which version of TX-LCN can support it. could you please share the demo project.

How it could be?

A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it. My spring mvc project needs to communicate with spring boot project, hence it needs DTX support.

Other related information

Add any other context or screenshots about the feature request here.

HongKing commented 5 years ago

https://github.com/codingapi/txlcn-demo

niuxiaojuan-github commented 5 years ago

https://github.com/codingapi/txlcn-demo

Thanks for sharing, but the demo is based on spring boot project, not basic spring mvc project. I need a demo based on spring mvc project