[*] android信令接入

This commit is contained in:
acgist
2023-03-29 08:16:04 +08:00
parent fcca3c90aa
commit f68119fd30
32 changed files with 397 additions and 128 deletions

View File

@@ -10,7 +10,6 @@ public class TaoyaoApplication {
public static void main(String[] args) {
SpringApplication.run(TaoyaoApplication.class, args);
// System.exit(SpringApplication.exit(SpringApplication.run(TaoyaoApplication.class, args)));
}
}

View File

@@ -150,7 +150,7 @@ taoyao:
host: 0.0.0.0
port: 9999
encrypt: DES
encrypt-key: 2SPWy+TF1zM=
encrypt-secret: 2SPWy+TF1zM=
timeout: ${taoyao.timeout}
queue-size: 100000
min-thread: 4