File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
sylph-main/src/main/java/ideal/sylph/main Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,15 @@ public final class SylphMaster
36
36
private SylphMaster () {}
37
37
38
38
private static final Logger logger = LoggerFactory .getLogger (SylphMaster .class );
39
+ private static final String logo = " *_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*\n " +
40
+ " | Welcome to __ __ ______ |\n " +
41
+ " | . _____ __ __ / / ____ / /_ \\ \\ \\ \\ |\n " +
42
+ " | /|\\ / ___/ / / / / / / / __ \\ / __ \\ \\ \\ \\ \\ |\n " +
43
+ " |( | ) _\\ __ \\ / /_/ / / / / /_/ / / / / / ) ) ) ) |\n " +
44
+ " | \\ |/ /____/ \\ __, / /_/ / .___/ /_/ /_/ / / / / |\n " +
45
+ " | ' /____/ /_/ /_/_/_/ |\n " +
46
+ " | :: Sylph :: version = (v0.1.0-SNAPSHOT) |\n " +
47
+ " *---------------------------------------------------*" ;
39
48
40
49
public static void main (String [] args )
41
50
{
@@ -52,6 +61,7 @@ public static void main(String[] args)
52
61
injector .getInstance (JobManager .class ).start ();
53
62
injector .getInstance (ControllerApp .class ).start ();
54
63
//ProcessHandle.current().pid()
64
+ logger .info ("\n " + logo );
55
65
logger .info ("======== SERVER STARTED this pid is {}========" );
56
66
}
57
67
catch (Throwable e ) {
You can’t perform that action at this time.
0 commit comments