- 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."
- Mastering Node.js(Second Edition)
- Spring Boot 2.0 Projects
- Hands-On Chatbot Development with Alexa Skills and Amazon Lex
- TCP/IP入門經典(第5版)
- 農產品物聯網研究與應用
- Mastering JavaFX 10
- 區塊鏈輕松上手:原理、源碼、搭建與應用
- 物聯網通信技術
- Metasploit Penetration Testing Cookbook
- 網絡基礎與網絡管理項目化教程
- The Kubernetes Workshop
- 5G+區塊鏈
- 大型企業微服務架構實踐與運營
- 物聯網
- 物聯網M2M開發技術:基于無線CPU-Q26XX