- Hands-On Cloud:Native Microservices with Jakarta EE
- Luigi Fugaro Mauro Vocale
- 180字
- 2021-07-02 13:47:03
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: "Every time a new item is published by the observable, the onNext() method is called on each subscriber until the observable finishes its data flow."
A block of code is set as follows:
<!--https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxjava -->
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.1.14</version>
</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:
public interface FootballPlayerRepository extends CrudRepository<FootballPlayer, Integer> {
}
Any command-line input or output is written as follows:
$ java -listmods
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: "Click the Generate Project button to download a scaffold of a Maven project."
- 物聯網網絡安全及應用
- 重新定義Spring Cloud實戰
- 萬物互聯:蜂窩物聯網組網技術詳解
- SSL VPN : Understanding, evaluating and planning secure, web/based remote access
- 電力物聯網工程技術原理與應用
- Mastering JavaFX 10
- Yii Application Development Cookbook(Second Edition)
- 數字調制解調技術的MATLAB與FPGA實現:Altera/Verilog版(第2版)
- 中國互聯網發展報告2018
- 智慧光網絡:關鍵技術、應用實踐和未來演進
- 圖解手機元器件維修技巧
- Kong網關:入門、實戰與進階
- Master Apache JMeter:From Load Testing to DevOps
- 物聯網場景設計與開發(初級)
- 局域網組成實踐