| | |
| | | package cn.flightfeather.supervision |
| | | |
| | | import cn.flightfeather.supervision.datafetch.FetchController |
| | | import cn.flightfeather.supervision.infrastructure.service.ServerManager |
| | | import cn.flightfeather.supervision.business.datafetch.FetchController |
| | | import org.springframework.beans.factory.annotation.Autowired |
| | | import org.springframework.boot.ApplicationRunner |
| | | import org.springframework.boot.autoconfigure.SpringBootApplication |
| | | import org.springframework.boot.runApplication |
| | | import org.springframework.context.annotation.Bean |
| | | import org.springframework.scheduling.annotation.EnableScheduling |
| | | |
| | | |
| | | @SpringBootApplication |
| | | @EnableScheduling |
| | | class SupervisionApplication { |
| | | |
| | | @Autowired |