You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| META-INF | 4 years ago | |
| lua/redislocker | 4 years ago | |
| README-zh.md | 4 years ago | |
| README.md | 4 years ago | |
| application.yml | 4 years ago | |
| banner.txt | 4 years ago | |
| logback-spring.xml | 4 years ago | |
README.md
Script Description
client
Store configuration and SQL for client side
- at: Script of create table
undo_logfor 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.txtas 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.txtto change the ZooKeeper server configuration, or input when execute also - apollo: Initialize script for Apollo. You can modify
apollo-params.txtto 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