- Building RESTful Web Services with Spring 5(Second Edition)
- Raja CSP Raman Ludovic Dewailly
- 199字
- 2021-06-30 19:13:22
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Let's add a Logger to the class; in our case, we can use UserController."
A block of code is set as follows:
@ResponseBody
@RequestMapping("/test/aop/with/annotation")
@TokenRequired
public Map<String, Object> testAOPAnnotation(){
Map<String, Object> map = new LinkedHashMap<>();
map.put("result", "Aloha");
return map;
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
2018-01-15 16:29:55.951 INFO 17812 --- [nio-8080-exec-1] com.packtpub.restapp.HomeController : {test} info
2018-01-15 16:29:55.951 WARN 17812 --- [nio-8080-exec-1] com.packtpub.restapp.HomeController : {test} warn
2018-01-15 16:29:55.951 ERROR 17812 --- [nio-8080-exec-1] com.packtpub.restapp.HomeController : {test} error
Any command-line input or output is written as follows:
mvn dependency:tree
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Now you can generate the project by clicking Generate Project."
- 數據通信網絡實踐:基礎知識與交換機技術
- MERN Quick Start Guide
- SEO 20日
- 物聯網+BIM:構建數字孿生的未來
- WordPress 5 Complete
- Windows Server 2003 Active Directory Design and Implementation: Creating, Migrating, and Merging Networks
- 網絡安全應急響應技術實戰指南
- SAE原理與網絡規劃
- TD-LTE無線網絡規劃與設計
- 語音信號處理及Blackfin DSP實現
- 從實踐中學習手機抓包與數據分析
- 人人都該都懂的互聯網思維
- 物聯網工程導論(第3版)
- 異構蜂窩網絡關鍵理論與技術
- 5G時代的大數據技術架構和關鍵技術詳解