【Druid】慢SQL打印以及SQL监控输出
摘要:【Druid】慢SQL打印以及SQL监控输出 #### 慢SQL打印 ##### 慢SQL打印配置 ```yaml spring: datasource: filter: stat: enabled: true merge-sql: true log-slow-sql: true #毫秒 slow-
阅读全文
日常问题总结 1
摘要:flyway高版本不支持MySQL5.7数据库 项目由Springboot 2.0.8升级到2.6.12,flyway-core升级到 8.0.5后启动报错,退回到5.0.7版本也不能正常启动,后查资料调整到5.2.4后正常。 <flyway.version>5.2.4</flyway.versio
阅读全文
[Nginx]: 403 forbidden 的原因以及解决方法
摘要:# [Nginx]: 403 forbidden 的原因以及解决方法 #### 403状态码含义 > The HTTP **`403 Forbidden`** response status code indicates that the server understands the request
阅读全文
Redis BGSAVE 内存不足异常完整解决方案
摘要:Redis BGSAVE 内存不足异常完整解决方案 一、问题背景与核心报错解析 项目无法正常登录,核心报错日志如下: Handling error: RedisPipelineException, Pipeline contained one or more invalid commands; ne
阅读全文