| | |
| | | import org.springframework.context.ApplicationContext; |
| | | import org.springframework.context.annotation.Bean; |
| | | import org.springframework.http.converter.StringHttpMessageConverter; |
| | | import org.springframework.scheduling.annotation.EnableAsync; |
| | | import org.springframework.scheduling.annotation.EnableScheduling; |
| | | |
| | | import java.nio.charset.Charset; |
| | |
| | | "com.java110.intf.goods" |
| | | }) |
| | | @EnableScheduling |
| | | @EnableAsync |
| | | public class JobServiceApplication { |
| | | private static Logger logger = LoggerFactory.getLogger(JobServiceApplication.class); |
| | | |