Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

#Spring Boot使用Druid和监控配置

  • —— Druid简单介绍,具体看官网;
  • —— 在pom.xml配置druid依赖包;
  • —— 配置application.properties加入数据库源类型等参数;
  • —— 编写druid servlet和filter提供监控页面访问; http://localhost:8080/druid/index.html
  • —— 输入地址进行测试;