1、官方

2、下载版本

3、seata-server-0.9.0zip解压到指定目录并修改conf目录下的file.conf配置文件

先备份原始file.conf文件
主要修改:自定义事务组名称+事务日志存储模式为db+数据库连接信息
file.conf:

service
image.png
store:
image.png

4、mysql5.7数据库新建seata

5、在seata库里建表

建表db_store.sql在\seata-server-0.9.0\seata\conf目录里面

6、修改seata-server-0.9.0\seata\conf目录下的registry.conf配置文件

image.png
目的是:指明注册中心为nacos,及修改nacos连接信息

7、先启动Nacos端口号8848

8、再启动seata-server

G:\softWareInstall\SpringCloud\seata\bin\seata-server.bat