1 修改了项目启动的提示,没对齐,这里对其了
This commit is contained in:
parent
604651d704
commit
d9e33f83a7
@ -20,9 +20,10 @@ public class BannerApplicationRunner implements ApplicationRunner {
|
||||
public void run(ApplicationArguments args) {
|
||||
ThreadUtil.execute(() -> {
|
||||
ThreadUtil.sleep(1, TimeUnit.SECONDS); // 延迟 1 秒,保证输出到结尾
|
||||
log.info("\n----------------------------------------------------------\n\t" +
|
||||
"项目启动成功!\n\t" +
|
||||
"----------------------------------------------------------");
|
||||
log.info(
|
||||
"\n----------------------------------------------------------\n\t" +
|
||||
"项目启动成功!\t" +
|
||||
"\n----------------------------------------------------------\n\t");
|
||||
|
||||
// 数据报表
|
||||
// if (isNotPresent("cn.iocoder.yudao.module.report.framework.security.config.SecurityConfiguration")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user