mysql導(dǎo)不進(jìn)去的,你看看你的版本是不是5.5之前的,要是55之前的話,我是把datetime(0)換成TIMESTAMP,
utf8mb4_0900_ai_ci全部替換為utf8_general_ci,
utf8mb4替換為utf8
然后就可以了
utf8mb4_0900_ai_ci全部替換為utf8_general_ci,
utf8mb4替換為utf8
然后就可以了
2022-03-01
https://github.com/a981008/mybatis-plus-demo 自己敲的演示代碼,對老師演示的代碼做了點修改
Error resolving template [redirect/], template might not exist or might not be accessible by any of the configured Template Resolvers
在登陸得時候接收到錯誤信息了,比如用戶錯誤,但是頁面直接報錯了
在登陸得時候接收到錯誤信息了,比如用戶錯誤,但是頁面直接報錯了