package com.fzzy.gateway.sc2023.api; import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Component; /** * 当前接口,初始化相关 */ @Slf4j @Component public class ApiInitService { }