- Building Microservices with Go
- Nic Jackson
- 125字
- 2021-07-15 17:28:00
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows:
"The @SpringBootApplication annotation replaces the different annotation required in the Spring framework."
A block of code is set as follows:
@SpringBootApplication
@EnableZuulProxy
public class ApiGatewayExampleInSpring
{
public static void main(String[] args)
{
SpringApplication.run(ApiGatewayExampleInSpring.class, args);
}
}
Any command-line input or output is written as follows:
mvn spring-boot:run
New terms and important words are shown in bold.
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- DevOps with Kubernetes
- C#程序設(shè)計(jì)(慕課版)
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第2版)(微課版)
- Linux命令行與shell腳本編程大全(第4版)
- Python數(shù)據(jù)分析從0到1
- Spring+Spring MVC+MyBatis整合開發(fā)實(shí)戰(zhàn)
- UML 基礎(chǔ)與 Rose 建模案例(第3版)
- 一塊面包板玩轉(zhuǎn)Arduino編程
- 0 bug:C/C++商用工程之道
- R語言數(shù)據(jù)可視化:科技圖表繪制
- Hadoop 2.X HDFS源碼剖析
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應(yīng)用
- 遠(yuǎn)方:兩位持續(xù)創(chuàng)業(yè)者的點(diǎn)滴思考
- The Statistics and Calculus with Python Workshop
- Python機(jī)器學(xué)習(xí)與量化投資