-
Notifications
You must be signed in to change notification settings - Fork 121
2018年3月第1版2018年4月第2次印刷勘误、改进项 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
P44“自 Spring 3.0 依赖”应为“自 Spring 3.0 以来” |
@Jerring 感谢反馈,已经采纳 |
第373页,blog-add-catalog,blog-query-by-catalog,blog-edit-catalog,blog-delete-catalog样式,没有出现在样式表中 |
第368页,listComments方法是否应该修改为listCatalogs方法 |
第358页,List votes = blog.getVotes();当博文没有点赞是为null,抛出异常,怎样改进? |
第331页,16.4.3下面,“将博客编辑界面blog.js"修改为”将博客编辑界面blogedit.html" |
第313页,第6行最后user.getId()修改为user.getId().orElse(null) |
第310页,第6行最后.get()修改为.orElse(null); |
第103页,代码上面第4行,fragments页面,修改为fragments文件夹 |
第190页倒数第4行,bootstrap-tagsinput.css修改为jquery-tagsinput.css |
第191页,倒数第3行,bootstrap-tagsinput.js修改为jquery-tagsinput.js |
第237页,登陆界面最好说明是login.html页面 |
第238页,注册页面最好说明是register.html页面 |
第239页,页首最好说明是header.html页面 |
第240页,分页组件最好说明在index.html页面中 |
第245页,代码的第8行,删除 |
第245页代码中,@notempty行都删除 |
第265页,依赖修改为 |
第270页,代码的第4行,在authorityId))后面加上orElse(null) |
第271页中,最上面的代码,第5行,加上.orElse(null)); |
第310页,第5行最后,将.get()修改为.orElse(null); |
第313页,第6行,最后加user.getId().orElse(null)); |
p3
“2011年6月中旬,Oracle 公司正式发布了 Java EE 7” 应为 “2013年6月中旬,Oracle 公司正式发布了 Java EE 7”
p15
倒数第二行“Spring Data Mongodb” 应为 “Spring Data MongoDB”
p23
“如果项目组成员都明确了 Gradle Wrapper,尽可能” 应为 “如果项目组成员都明确了所使用的 Gradle Wrapper 的版本,那么尽可能”
p24(勘误20180313)
第四行“bin.zipdistributionUrl”,“bin.zip“与”distributionUrl”之间要换行
p38(勘误20180313)
“比较流行的配置元数据的方式是采用注释或者是基于 Java 的配置” 应为“比较流行的配置元数据的方式是采用注解或者是基于 Java 的配置”
p39
“当系统规模比较大时,通常会让 bean 定义分不到多个 XML 文件。”应为“当系统规模比较大时,通常会让 bean 定义分布到多个 XML 文件。”
p42
删除第1段最后1句话
p46
删除这行代码:
“package com.example.myproject;”
P44
“自 Spring 3.0 依赖”应为“自 Spring 3.0 以来”
p111
删除targetClass、Map 前面多余的空格
p302
“MongDB File Server 是一款开源的产品”应为“MongDB File Server 是一款笔者开发并已经开源的产品”
p410
SpringMVC、SpringData 等英文单词之间应空格。改为Spring MVC、Spring Data等。
p411
SpringSecurity 等英文单词之间应空格。改为Spring Security等。
ElasticSearch 应为Elasticsearch
The text was updated successfully, but these errors were encountered: