Commit 383d0821 by RuoYi

类位置迁移

parent e9a7cc7b
package com.ruoyi.framework.config;
package com.ruoyi.framework.manager;
import com.ruoyi.framework.manager.AsyncManager;
import com.ruoyi.framework.shiro.web.session.SpringSessionValidationScheduler;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import javax.annotation.PreDestroy;
import java.util.concurrent.TimeUnit;
/**
* AsyncManagerShutdownBean
* ShutdownManager
*
* @Auther: cj
* @Date: 2018/12/28
*/
@Component
public class ApplicationShutdownBean
public class ShutdownManager
{
private static final Logger logger = LoggerFactory.getLogger("sys-user");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment