- 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.
推薦閱讀
- Java系統(tǒng)分析與架構(gòu)設(shè)計
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- SpringMVC+MyBatis快速開發(fā)與項目實戰(zhàn)
- Learning ArcGIS Pro 2
- 單片機(jī)C語言程序設(shè)計實訓(xùn)100例:基于STC8051+Proteus仿真與實戰(zhàn)
- Mastering Entity Framework
- Network Automation Cookbook
- Mastering C# Concurrency
- 手把手教你學(xué)C語言
- Python數(shù)據(jù)挖掘與機(jī)器學(xué)習(xí)實戰(zhàn)
- 小學(xué)生C++創(chuàng)意編程(視頻教學(xué)版)
- Symfony2 Essentials
- Python之光:Python編程入門與實戰(zhàn)
- OpenCV 4計算機(jī)視覺項目實戰(zhàn)(原書第2版)
- Python Interviews