課程
/后端開發(fā)
/Java
/MyBatis-Plus + SpringBoot實現(xiàn)簡單權(quán)限管理
袁老師,我的table頁無法顯示網(wǎng)頁,只能顯示返回的字符串,請問是那里出了問題?
2021-01-31
源自:MyBatis-Plus + SpringBoot實現(xiàn)簡單權(quán)限管理 6-3
正在回答
第一,controller類應該使用@Controller注解,而不是@RestController注解。
第二,在跳轉(zhuǎn)到頁面的方法中,不要加@ResponseBody注解。
已解決,多謝;
原因是controller類默認使用了RestControler;需要改為Controler
@RestController
舉報
通過實戰(zhàn)項目掌握MyBatis-Plus應用!
4 回答layui table 內(nèi)容顯示不出來是哪里有問題呢?
3 回答你好,老師。數(shù)據(jù)也返回了,但是只顯示表頭,不顯示數(shù)據(jù),這個問題怎么解決啊
1 回答klayui-table 數(shù)據(jù)不顯示問題
3 回答袁老師,為什么我列表顯示出來了,前臺也收到后臺數(shù)據(jù)了,但是數(shù)據(jù)列表卻沒顯示出來?
1 回答猿老師Help me 我出bug了,客戶管理頁不顯示內(nèi)容
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2021-02-01
第一,controller類應該使用@Controller注解,而不是@RestController注解。
第二,在跳轉(zhuǎn)到頁面的方法中,不要加@ResponseBody注解。
2021-02-01
已解決,多謝;
原因是controller類默認使用了RestControler;需要改為Controler