- 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:"
- JavaScript前端開發(fā)模塊化教程
- ExtGWT Rich Internet Application Cookbook
- Objective-C Memory Management Essentials
- 數(shù)據(jù)庫原理及應(yīng)用(Access版)第3版
- 軟件界面交互設(shè)計(jì)基礎(chǔ)
- Python程序設(shè)計(jì)(第3版)
- 機(jī)器人Python青少年編程開發(fā)實(shí)例
- INSTANT Sencha Touch
- 精通Scrapy網(wǎng)絡(luò)爬蟲
- 人人都是網(wǎng)站分析師:從分析師的視角理解網(wǎng)站和解讀數(shù)據(jù)
- Drupal 8 Module Development
- Python深度學(xué)習(xí)原理、算法與案例
- Quantum Computing and Blockchain in Business
- Photoshop CC移動(dòng)UI設(shè)計(jì)案例教程(全彩慕課版·第2版)
- PhoneGap 4 Mobile Application Development Cookbook