Skip to content

Commit

Permalink
banner
Browse files Browse the repository at this point in the history
  • Loading branch information
xlorne committed Mar 16, 2018
1 parent 4bc4ef3 commit 6bdb11c
Showing 6 changed files with 52 additions and 29 deletions.
13 changes: 13 additions & 0 deletions transaction-dubbo/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

>=> >=> >==> >=>
>=> >=> >=> >> >=> >=>
>=> >=> >=> >=> >=>
>=> >=> >=> >=>>=>
>=> >=> >=> > >=>
>=> >=> >=> >=> >>=>
>=======> >===> >=> >=>

LCN-Client version:4.1.0



13 changes: 13 additions & 0 deletions transaction-motan/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

>=> >=> >==> >=>
>=> >=> >=> >> >=> >=>
>=> >=> >=> >=> >=>
>=> >=> >=> >=>>=>
>=> >=> >=> > >=>
>=> >=> >=> >=> >>=>
>=======> >===> >=> >=>

LCN-Client version:4.1.0



13 changes: 13 additions & 0 deletions transaction-springcloud/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

>=> >=> >==> >=>
>=> >=> >=> >> >=> >=>
>=> >=> >=> >=> >=>
>=> >=> >=> >=>>=>
>=> >=> >=> > >=>
>=> >=> >=> >=> >>=>
>=======> >===> >=> >=>

LCN-Client version:4.1.0



Original file line number Diff line number Diff line change
@@ -21,20 +21,7 @@ public class InitServiceImpl implements InitService {
@Override
public void start() {
nettyService.start();
welcome();
logger.info("socket-start..");
}

private void welcome(){
System.out.println();
System.out.println();
System.out.println("\t\t** \t\t ****\t\t** **");
System.out.println("\t\t** \t\t** \t\t*** **");
System.out.println("\t\t** \t\t** \t\t** ***");
System.out.println("\t\t*****\t\t ****\t\t** **");
System.out.println();
System.out.println("\t\tLCN-Client version:4.1.0");
System.out.println();
}

}
Original file line number Diff line number Diff line change
@@ -28,24 +28,8 @@ public void start() {
Constants.socketPort = configReader.getSocketPort();
Constants.maxConnection = configReader.getSocketMaxConnection();
nettyServerService.start();

welcome();
}


private void welcome(){
System.out.println();
System.out.println();
System.out.println("\t\t** \t\t ****\t\t** **");
System.out.println("\t\t** \t\t** \t\t*** **");
System.out.println("\t\t** \t\t** \t\t** ***");
System.out.println("\t\t*****\t\t ****\t\t** **");
System.out.println();
System.out.println("\t\tLCN-TxManager version:4.1.0");
System.out.println();
}


@Override
public void close() {
nettyServerService.close();
13 changes: 13 additions & 0 deletions tx-manager/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

>=> >=> >==> >=>
>=> >=> >=> >> >=> >=>
>=> >=> >=> >=> >=>
>=> >=> >=> >=>>=>
>=> >=> >=> > >=>
>=> >=> >=> >=> >>=>
>=======> >===> >=> >=>

LCN-TxManager version:4.1.0



0 comments on commit 6bdb11c

Please sign in to comment.