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 自己敲的演示代碼,對老師演示的代碼做了點(diǎn)修改
Error resolving template [redirect/], template might not exist or might not be accessible by any of the configured Template Resolvers
在登陸得時(shí)候接收到錯(cuò)誤信息了,比如用戶錯(cuò)誤,但是頁面直接報(bào)錯(cuò)了
在登陸得時(shí)候接收到錯(cuò)誤信息了,比如用戶錯(cuò)誤,但是頁面直接報(bào)錯(cuò)了
找到了是因?yàn)楦割惡妥宇惗加昧藙?chuàng)建時(shí)間 ,刪掉了子類的,那個(gè)創(chuàng)建時(shí)間也不會(huì)出來了