新增启动信息输出.

This commit is contained in:
aoshiguchen
2024-10-25 16:43:31 +08:00
parent 131a8120ca
commit 98ab8fd3d0
@@ -23,7 +23,7 @@ public class AppLoadEndExecutor implements EventListener<AppLoadEndEvent> {
return;
}
System.out.printf("""
--------------------------------------------
---------------------------------------------------------------
Neutrino Proxy
version: %s
admin: http://localhost:8888
@@ -31,7 +31,7 @@ public class AppLoadEndExecutor implements EventListener<AppLoadEndEvent> {
Gitee: https://gitee.com/dromara/neutrino-proxy
GitHub: https://github.com/dromara/neutrino-proxy
GitCode: https://gitcode.com/dromara/neutrino-proxy
--------------------------------------------
---------------------------------------------------------------
%n""", Solon.app().cfg().get("solon.app.version"));
}