|
@@ -11,6 +11,11 @@ import org.springframework.boot.ApplicationArguments;
|
|
import org.springframework.boot.ApplicationRunner;
|
|
import org.springframework.boot.ApplicationRunner;
|
|
import org.springframework.stereotype.Component;
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * 初始化 system 模块对应业务数据
|
|
|
|
+ *
|
|
|
|
+ * @author Lion Li
|
|
|
|
+ */
|
|
@Slf4j
|
|
@Slf4j
|
|
@RequiredArgsConstructor(onConstructor_ = @Autowired)
|
|
@RequiredArgsConstructor(onConstructor_ = @Autowired)
|
|
@Component
|
|
@Component
|