创建mysql表时报错> 1118 - Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row fo...
问题描述: 今天在学习Spring Boot整合redis的过程中遇到个问题,在使用 @Autowiredprivate RedisTemplate redisTemplate; 注入时,启动项目会报异常 org.springframewo...