2020
10-08
10-08
详解MySQL监控工具 mysql-monitor
1.概述mysql-monitorMYSQL监控工具,优化工具,各种工具为一体的javaspringboot项目git地址:https://github.com/lccbiluox2/mysql-monitor.git2.代码架构3.后端服务后端服务的主类是com.neo.MySQLMointorApplication3.1后端服务的数据库spring.datasource.driverClassName=com.mysql.jdbc.Driverspring.datasource.url=jdbc:mysql://localhost:3306/mysql_monitor?useUnicode=true&characterEncoding=utf-8&useSS...
继续阅读 >