seata saga mode design question

sqougxex  于 2023-02-04  发布在  其他
关注(0)|答案(1)|浏览(205)

Why you need it?

Is your feature request related to a problem? Please describe in details

I want to integration saga mode to other framework for example: jfinal , but some base class is depend on spring,
for exmaple : interface class StateMachineConfig must use ApplicationContext, this design can be modify ?

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.

Cancel some base interface class depend on spring, It is use for other framework to expand it ?

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

67up9zun

67up9zun1#

Spring是默认要这依赖的,目前没有去除Spring的计划。

相关问题