1、中微子启动器代码

2、增加针对双重校验锁工具方法的测试
This commit is contained in:
aoshiguchen
2022-06-20 15:15:35 +08:00
parent 89c9b3b19c
commit 252b15c714
7 changed files with 164 additions and 68 deletions
@@ -34,7 +34,7 @@ import fun.asgc.neutrino.core.launcher.NeutrinoLauncher;
public class ProxyServer {
public static void main(String[] args) {
NeutrinoLauncher.runSync(ProxyServer.class, args);
NeutrinoLauncher.run(ProxyServer.class, args);
}
}