1、解决原生编译报错

2、启动日志增加版本号输出
This commit is contained in:
aoshiguchen
2023-12-14 14:18:35 +08:00
parent 00de9ee464
commit 6c3d195afc
6 changed files with 15 additions and 25 deletions
@@ -28,7 +28,9 @@ public class ProxyClient {
setAlias("neutrino.proxy.tunnel.jks-path", "jksPath");
setAlias("neutrino.proxy.tunnel.key-store-password", "keyStorePassword");
setAlias("neutrino.proxy.tunnel.license-key", "licenseKey");
});
log.info("NeutrinoProxy Client {}", app.cfg().get("solon.app.version"));
});
}
/**