摘要:
` <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-webflux</artifactId> <version>2.2.7.RELEASE</version> </dep 阅读全文
摘要:
查看连接 show processlist -- 已开启10秒以上的活跃连接 SELECT id,user,db,command,state,time,info FROM information_schema.processlist where command <> 'sleep' and time 阅读全文