摘要:
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2020-08-27 11:37:10.017 ERROR 22436 阅读全文
摘要:
group_concat函数默认长度1024,超过会自动截取。 解决: 修改group_concat限制长度。 1.数据库直接通过sql修改 查询限制长度 show variables like 'group_concat_max_len'; 修改当前会话的长度限制 SET SESSION grou 阅读全文