日志调整

This commit is contained in:
aoshiguchen
2025-10-27 10:45:52 +08:00
parent b001247088
commit 7e7a1546b3
@@ -25,13 +25,14 @@ public class AppLoadEndExecutor implements EventListener<AppLoadEndEvent> {
System.out.printf("""
---------------------------------------------------------------
Neutrino Proxy Server %s
admin: http://localhost:8888
admin: http://localhost:%s
account: admin/123456
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"));
%n""", Solon.app().cfg().get("solon.app.version"),
Solon.app().cfg().get("server.port"));
}
}