- 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."
- 社交網(wǎng)絡(luò)對齊
- Django 2 by Example
- 物聯(lián)網(wǎng)檢驗檢測技術(shù)
- 物聯(lián)網(wǎng)關(guān)鍵技術(shù)及應(yīng)用
- SD-WAN架構(gòu)與技術(shù)(第2版)
- 物聯(lián)網(wǎng)時代
- 網(wǎng)絡(luò)的琴弦:玩轉(zhuǎn)IP看監(jiān)控
- 區(qū)塊鏈輕松上手:原理、源碼、搭建與應(yīng)用
- 企業(yè)網(wǎng)絡(luò)安全管理
- 2小時讀懂物聯(lián)網(wǎng)
- 端到端QoS網(wǎng)絡(luò)設(shè)計
- 5G時代的大數(shù)據(jù)技術(shù)架構(gòu)和關(guān)鍵技術(shù)詳解
- Laravel Application Development Cookbook
- 移動互聯(lián)網(wǎng)環(huán)境下的核心網(wǎng)剖析及演進
- 黑客與反黑工具使用詳解