月球大数据地理空间分析展示平台-【后端】-月球后台服务
1
13693261870
2023-07-10 864a545636b2ca6aeee4afbdb4d6b0acd6238925
src/main/java/com/moon/server/config/InitConfig.java
@@ -7,11 +7,12 @@
import com.moon.server.helper.PathHelper;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.ApplicationArguments;
import org.springframework.boot.ApplicationRunner;
import org.springframework.core.env.Environment;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
/**
 * 初始化完成配置类
@@ -21,16 +22,16 @@
public class InitConfig implements ApplicationRunner {
    private final static Log log = LogFactory.getLog(InitConfig.class);
    @Autowired
    @Resource
    PathHelper pathHelper;
    @Autowired
    @Resource
    ArgsService argsService;
    @Autowired
    @Resource
    Environment env;
    //@Autowired
    //@Resource
    //TestService testService;
    @Override