文件
.github
.mvn
all
bom
common
compressor
config
core
discovery
distribution
integration
metrics
rm-datasource
rm
saga
script
seata-spring-boot-starter
serializer
server
spring
sqlparser
style
tcc
test
tm
.gitignore
.travis.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
NOTICE.md
README.md
changeVersion.sh
codecov.yml
mvnw
mvnw.cmd
pom.xml
克隆/下载
.gitignore 525 Bytes
一键复制 编辑 原始数据 按行查看 历史
# maven ignore
target/
*.jar
*.war
*.zip
*.tar
*.tar.gz
*.class
.flattened-pom.xml
dependency-reduced-pom.xml
# eclipse ignore
.settings/
.project
.classpath
# idea ignore
.idea/
*.ipr
*.iml
*.iws
# temp ignore
*.log
*.cache
*.diff
*.patch
*.tmp
/distribution/bin
/distribution/conf
/distribution/lib
/distribution/logs
/server/*root.*
/server/.root.*
/server/sessionStore/
/server/db_store/
/sessionStore/
/test/sessionStore/
/distribution/sessionStore/
/file_store/
# system ignore
.DS_Store
Thumbs.db
*.orig
#h2
*.db
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化