|
@@ -1,19 +1,19 @@
|
|
-package cn.iocoder.yudao.server.framework.tip.core;
|
|
|
|
|
|
+package cn.iocoder.yudao.framework.banner.core;
|
|
|
|
|
|
import cn.hutool.core.thread.ThreadUtil;
|
|
import cn.hutool.core.thread.ThreadUtil;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import org.springframework.boot.ApplicationArguments;
|
|
import org.springframework.boot.ApplicationArguments;
|
|
import org.springframework.boot.ApplicationRunner;
|
|
import org.springframework.boot.ApplicationRunner;
|
|
-import org.springframework.stereotype.Component;
|
|
|
|
|
|
|
|
import java.util.concurrent.TimeUnit;
|
|
import java.util.concurrent.TimeUnit;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 项目启动成功后,提供文档相关的地址
|
|
* 项目启动成功后,提供文档相关的地址
|
|
|
|
+ *
|
|
|
|
+ * @author 芋道源码
|
|
*/
|
|
*/
|
|
-@Component
|
|
|
|
@Slf4j
|
|
@Slf4j
|
|
-public class TipApplicationRunner implements ApplicationRunner {
|
|
|
|
|
|
+public class BannerApplicationRunner implements ApplicationRunner {
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public void run(ApplicationArguments args) throws Exception {
|
|
public void run(ApplicationArguments args) throws Exception {
|