车辆管理
This commit is contained in:
parent
f1ba327fd6
commit
4bcea513f4
@ -20,7 +20,7 @@ public class BannerApplicationRunner implements ApplicationRunner {
|
|||||||
public void run(ApplicationArguments args) {
|
public void run(ApplicationArguments args) {
|
||||||
ThreadUtil.execute(() -> {
|
ThreadUtil.execute(() -> {
|
||||||
ThreadUtil.sleep(1, TimeUnit.SECONDS); // 延迟 1 秒,保证输出到结尾
|
ThreadUtil.sleep(1, TimeUnit.SECONDS); // 延迟 1 秒,保证输出到结尾
|
||||||
log.info("\n-------------程序猿---------------------------------------------\n\t" +
|
log.info("\n--------------------程序猿-------------------\n\t" +
|
||||||
"写字楼里写字间,写字间里程序员; \n\t" +
|
"写字楼里写字间,写字间里程序员; \n\t" +
|
||||||
"程序员来写程序,代码换得几杯钱。\n\t" +
|
"程序员来写程序,代码换得几杯钱。\n\t" +
|
||||||
"酒醒只在屏前坐,酒醉依旧在线眠; \n\t" +
|
"酒醒只在屏前坐,酒醉依旧在线眠; \n\t" +
|
||||||
@ -29,7 +29,9 @@ public class BannerApplicationRunner implements ApplicationRunner {
|
|||||||
"宝马奔驰富者趣,地铁公交码农缘。\n\t" +
|
"宝马奔驰富者趣,地铁公交码农缘。\n\t" +
|
||||||
"他人笑我太疯癫,我笑他人代码烂;\n\t" +
|
"他人笑我太疯癫,我笑他人代码烂;\n\t" +
|
||||||
"不见满街网红妹,哪个曾怜程序员?\n\t" +
|
"不见满街网红妹,哪个曾怜程序员?\n\t" +
|
||||||
"-------------------------代码如诗心似弦, 昼夜不倦解难关。 屏前独坐灯如昼, 梦想成真在眼前。--------------OK");
|
"代码如诗心似弦,昼夜不倦解难关。\n\t" +
|
||||||
|
"屏前独坐灯如昼,梦想成真在眼前。\n\t" +
|
||||||
|
"--------------------OK-------------------");
|
||||||
|
|
||||||
// log.info("\n----------------------------------------------------------\n\t" +
|
// log.info("\n----------------------------------------------------------\n\t" +
|
||||||
// "项目启动成功!\n\t" +
|
// "项目启动成功!\n\t" +
|
||||||
|
Loading…
Reference in New Issue
Block a user