- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 167字
- 2021-06-30 19:10:38
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in the text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
package com.microservices.chapter2
interface ServiceInterface {
fun getHello(name : String) : String
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<build>
....
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<executable>true</executable>
</configuration>
</plugin>
....
</build>
Any command-line input or output is written as follows:
mvnw spring-boot:run
mvnw compile
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: "Select System info from the Administration panel."
- Google Flutter Mobile Development Quick Start Guide
- Python快樂編程:人工智能深度學習基礎
- Drupal 8 Blueprints
- Photoshop智能手機APP UI設計之道
- 琢石成器:Windows環(huán)境下32位匯編語言程序設計
- Visual C++開發(fā)入行真功夫
- Mastering ArcGIS Enterprise Administration
- Python從入門到精通
- Visual Basic程序設計習題與上機實踐
- 計算機應用基礎教程(Windows 7+Office 2010)
- Raspberry Pi Robotic Projects(Third Edition)
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Drupal 8 Development Cookbook(Second Edition)
- Java EE 7 Development with WildFly
- Python 3.6從入門到精通(視頻教學版)