12 2022 档案
摘要:报错提示: > 1292 - Truncated incorrect DOUBLE value: '1,' 原因: update device set type = REPLACE(type, '2', '') where type = 2; type 类型为varchar,需要改为 update
阅读全文
摘要:报错日志: Description: The dependencies of some of the beans in the application context form a cycle: personController (field com.example.wongz.service.Us
阅读全文
摘要:在配置类中没有加上 @Configuration 导致@Bean之间不能相互调用
阅读全文