2023.03.14 调整目录结构。

This commit is contained in:
2023-03-14 14:24:08 +08:00
parent d03667f82c
commit 94d6143fb1
47 changed files with 1210 additions and 17 deletions

View File

@ -0,0 +1,19 @@
akka {
actor.provider = "akka.cluster.ClusterActorRefProvider"
cluster {
seed-nodes = [
"akka.tcp://ClusterSystem@127.0.0.1:2551",
"akka.tcp://ClusterSystem@127.0.0.1:2552"]
# auto-down-unreachable-after = 10s
}
extensions = ["akka.cluster.client.ClusterClientReceptionist"]
loggers = ["akka.event.slf4j.Slf4jLogger"]
loglevel = "DEBUG"
logging-filter = "akka.event.slf4j.Slf4jLoggingFilter"
}
redis.host = "192.168.20.97"