| | |
| | | |
| | | import com.alibaba.druid.support.http.StatViewServlet; |
| | | import com.alibaba.druid.support.http.WebStatFilter; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import org.springframework.boot.web.servlet.FilterRegistrationBean; |
| | | import org.springframework.boot.web.servlet.ServletRegistrationBean; |
| | | import org.springframework.context.annotation.Bean; |
| | |
| | | */ |
| | | public class DruidConfiguration { |
| | | |
| | | private final static Logger logger = LoggerFactory.getLogger(DruidConfiguration.class); |
| | | |
| | | |
| | | /** |
| | | * 注册一个StatViewServlet |
| | | * @return |