flowlong/.gitignore
songyinyin 24d89e63ae 优化流程提醒的加锁机制
FlowLong 起多个实例时,比如业务使用 Redis 加锁,应该只有一个实例进行流程提醒处理,其他实例应该立即返回,而不是线程阻塞
2024-04-12 11:45:50 +08:00

24 lines
220 B
Plaintext

# ignore file
*.iml
*.log
*.logs
*.ipr
*.classpath
*.project
# ignore direcoties
/c:/
**/out/**
/logs/
**/contiperf-report/
**/build/
.gradle/
.idea/
.settings/
bin/
*.log
jdbc.properties
**/target/
.flattened-pom.xml