Stwzhj-Cloud-Plus/ruoyi-visual/ruoyi-seata-server/src/main/resources
OldDriver9527 8df2bc3020 feature nacos升级到版本2.3.2, 并默认开启nacos服务端授权认证 2024-05-10 15:29:36 +08:00
..
META-INF update seata 1.6.1 => 1.7.0 2023-07-28 15:39:26 +08:00
redislocker update seata 1.5.2 => 1.6.0 适配升级 2022-12-19 14:15:47 +08:00
README-zh.md add 升级 Seata 1.5.X 源码集成服务端 2022-05-31 19:18:23 +08:00
README.md add 升级 Seata 1.5.X 源码集成服务端 2022-05-31 19:18:23 +08:00
application.yml feature nacos升级到版本2.3.2, 并默认开启nacos服务端授权认证 2024-05-10 15:29:36 +08:00
banner.txt update 统一 banner 格式 补全没有 banner 的服务 2022-06-10 14:26:38 +08:00
logback-common.xml fix 修复 因扩展服务不支持boot3导致无法引入common-web包 日志写出不生效问题 2023-10-13 10:39:02 +08:00
logback-spring.xml update 优化 抽取 logback 通用配置 logback-common.xml 简化其他服务日志文件书写 2022-11-02 17:22:47 +08:00

README.md

Script Description

client

Store configuration and SQL for client side

  • at: Script of create table undo_log for AT mode.
  • conf: Configuration which client need.
  • saga: Script of create table in SAGA mode
  • spring: Configuration for Spring Boot

server

Store SQL and deploy script for server side

  • db: Create table script for server when store mode is db
  • docker-compose: Script for deploy server by docker-compose
  • helm: Script for deploy server by Helm
  • kubernetes: Script for deploy server by Kubernetes

config-center

Store initialize script for configuration center, will use config.txt as configuration when initial

  • nacos: Initialize script for Nacos
  • zk: Initialize script for ZooKeeper, the script need related script in Zookeeper, you need download yourself. You can modify zk-params.txt to change the ZooKeeper server configuration, or input when execute also
  • apollo: Initialize script for Apollo. You can modify apollo-params.txt to change the Apollo server configuration, or input when execute also
  • etcd3: Initialize script for Etcd3
  • consul: Initialize script for consul

build packege

./mvnw -Prelease-seata -Dmaven.test.skip=true clean install -U