- 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:"
- Mastering Ext JS(Second Edition)
- Spring 5.0 Microservices(Second Edition)
- Java Web開發學習手冊
- Drupal 8 Blueprints
- ASP.NET Core 5.0開發入門與實戰
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- Julia機器學習核心編程:人人可用的高性能科學計算
- GitLab Repository Management
- 深入淺出DPDK
- Multithreading in C# 5.0 Cookbook
- 動手學數據結構與算法
- 實戰Java高并發程序設計(第2版)
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Java EE項目應用開發
- SQL Server 2008實用教程(第3版)