bryanxtong commented on issue #7629:
URL:
https://github.com/apache/incubator-seata/issues/7629#issuecomment-3288921208
The example is missing the jar spring-cloud-starter-apache-seata and try
replace seata-spring-boot-starter with it will resolve the problem.
``<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-seata</artifactId>
<version>2023.0.3.3</version>
</dependency>``.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]