- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 163字
- 2021-06-24 19:17:24
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: "It includes the infrastructure connections which are configured in the default profile in application.yaml."
A block of code is set as follows:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</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:
management:
endpoints:
web:
expose: "*"
Any command-line input or output is written as follows:
docker-compose up -d
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: "The next screen will be shown and we can configure the Environment Variable:"
- Instant Node Package Manager
- 大學計算機應用基礎實踐教程
- Arduino by Example
- C和C++安全編碼(原書第2版)
- Servlet/JSP深入詳解
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- jQuery開發基礎教程
- SQL基礎教程(第2版)
- Learning Probabilistic Graphical Models in R
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- 大學計算機基礎實驗指導
- Java程序設計教程
- SEO教程:搜索引擎優化入門與進階(第3版)
- Java從入門到精通(視頻實戰版)
- IBM RUP參考與認證指南