摘要:
错误信息: 1231 - Variable 'sql_mode' can't be set to the value of 'NO_AUTO_CREATE_USER' 临时解决 select version();select @@global.sql_mode 查询sql_modeset globa 阅读全文
摘要:
问题描述: 出现这样的情况 : No converter found for return value of type: class java.util.ArrayList 原因是没有办法解析json字符串, 1.需要在pom文件中添加依赖 /* <!--json--> <dependency> < 阅读全文
摘要:
springboot集成 spring-security认证报错--> There is no PasswordEncoder mapped for the id "null" 在网上看到说是 springboot 2.1.x之前可以直接使用,之后认证就会 There is no PasswordE 阅读全文
摘要:
springboot运行报错,错误信息如下: The server time zone value '�й���ʱ��' is unrecognized or represents more than one time zone. You must configure either the ser 阅读全文