Back to Incubator Seata

Script Description

server/src/main/resources/README.md

2.6.02.2 KB
Original Source
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->

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