|
|
|
@ -15,7 +15,6 @@ import javax.annotation.Resource;
|
|
|
|
|
* Created by yishuqian on 01/02/2017.
|
|
|
|
|
*/
|
|
|
|
|
@Component
|
|
|
|
|
@ConditionalOnProperty(value = "app.run-tasks", havingValue = "true")
|
|
|
|
|
public class RedPackTaskManager {
|
|
|
|
|
private Logger logger = LoggerFactory.getLogger(getClass());
|
|
|
|
|
|
|
|
|
|