美化代码和注释

删除了 CarMessageServiceImpl 中未使用的 RedisTemplate 注释。
dev.carData
Aaaaaaaa 2024-10-07 21:54:32 +08:00
parent e6e7e58f95
commit 9486710ae8
2 changed files with 16 additions and 2 deletions

View File

@ -112,7 +112,7 @@ public class CarMessageServiceImpl
//报文处理
// //报文处理
// @Resource
// private RedisTemplate<String ,Objects > redisTemplate;
//

View File

@ -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);
}