application.yml配置 spring: profiles.active: aeolian ## MULTIPART (MultipartProperties) # 开启 multipart…
SQL Error (1055) sql_mode=only_full_group_by
报错 ERROR 1055 (42000): Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'aaa.test.age' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by mysql5.1,不报异常 mysql5.5,不报异常 mysql5.6,不报异常 mysql5.7,报异常 原因 原因是因为mysql中对…