waylau / spring-boot-enterprise-application-development

Spring Boot Enterprise Application Development.《Spring Boot 企业级应用开发实战》
https://waylau.com/books/
280 stars 124 forks source link

第13章问题 #10

Closed huaianlsg88 closed 5 years ago

huaianlsg88 commented 5 years ago

无法显示用户列表

waylau commented 5 years ago

debug一下,看是什么错误?

huaianlsg88 commented 5 years ago

您好,我完全是按照您的代码弄得,275页的效果就是出不来

------------------ 原始邮件 ------------------ 发件人: "Way Lau"notifications@github.com; 发送时间: 2019年3月21日(星期四) 中午12:55 收件人: "waylau/spring-boot-enterprise-application-development"spring-boot-enterprise-application-development@noreply.github.com; 抄送: "lsg"1036210491@qq.com; "Author"author@noreply.github.com; 主题: Re: [waylau/spring-boot-enterprise-application-development] 第13章问题 (#10)

debug一下,看是什么错误?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

waylau commented 5 years ago

可以继续看下后续章节的源码。 后续章节包含了前面几章的源码。

huaianlsg88 commented 5 years ago

现在就是第13章,第275页的效果出不来,我没有搞清楚users/list.html怎样显示在右侧的,请指教,谢谢

------------------ 原始邮件 ------------------ 发件人: "Way Lau"notifications@github.com; 发送时间: 2019年3月21日(星期四) 晚上8:38 收件人: "waylau/spring-boot-enterprise-application-development"spring-boot-enterprise-application-development@noreply.github.com; 抄送: "lsg"1036210491@qq.com; "Author"author@noreply.github.com; 主题: Re: [waylau/spring-boot-enterprise-application-development] 第13章问题 (#10)

可以继续看下后续章节的源码。 后续章节包含了前面几章的源码。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

waylau commented 5 years ago

看这个代码 https://github.com/waylau/spring-boot-enterprise-application-development/blob/master/samples/blog-role/src/main/resources/templates/admins/index.html

里面就定义了左右结构,其中右侧就是你的 users/list.html 里面的内容。