parent
e6e7e58f95
commit
9486710ae8
|
@ -112,7 +112,7 @@ public class CarMessageServiceImpl
|
|||
|
||||
|
||||
|
||||
//报文处理
|
||||
// //报文处理
|
||||
// @Resource
|
||||
// private RedisTemplate<String ,Objects > redisTemplate;
|
||||
//
|
||||
|
|
|
@ -12,7 +12,21 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||
public class ProtocolApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("");
|
||||
System.out.println("米老武"+
|
||||
"\n" +
|
||||
" .--, .--,\n" +
|
||||
" ( ( \\.---./ ) )\n" +
|
||||
" '.__/o o\\__.'\n" +
|
||||
" {= ^ =}\n" +
|
||||
" > - <\n" +
|
||||
" / . . \\\n" +
|
||||
" // \\\\\n" +
|
||||
" //| . |\\\\\n" +
|
||||
" \"'\\ /'\"_.-~^`'-.\n" +
|
||||
" \\ _ /--' `\n" +
|
||||
" ___)( )(___\n" +
|
||||
" (((__) (__))) \n" +
|
||||
"——————————————————————————\n");
|
||||
SpringApplication.run(ProtocolApplication.class, args);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue