[Solved] Springboot integrate Seata Error: error creating bean with name ‘globaltransactionscanner’‘

See the final error message as follows:

Solution:

Add the following information to the configuration file:

spring:
  application:
    name: at-order-server

Restart and run successfully.

Read More: