- Spring 5.0 Projects
- Nilang Patel
- 185字
- 2021-07-02 12:34:53
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: "The preceding line has to be added between the <Host></Host> tags."
A block of code is set as follows:
<depedency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<depedency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
Any command-line input or output is written as follows:
$ mvn package
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: "Download STS, unzip it in your local folder, and open the .exe file to start the STS. Once started, create a new Spring Starter Project of the Spring Boot type with the following attributes."
- 計算機網絡與通信(第2版)
- Web安全防護指南:基礎篇
- 計算機網絡與通信(第2版)
- 中小型局域網組建、管理與維護實戰
- 企業網絡安全管理
- 城市治理一網統管
- 中國互聯網發展報告2018
- Scala Design Patterns.
- Hands-On Microservices with Node.js
- 物聯網的機遇與利用
- Building RESTful Web Services with .NET Core
- 網絡信息安全工程技術與應用分析
- Hands-On Cloud:Native Microservices with Jakarta EE
- 網絡基本通信約束下的系統性能極限分析與設計
- Hands-On Microservices:Monitoring and Testing