- Learning Spring Boot 2.0(Second Edition)
- Greg L. Turnquist
- 169字
- 2021-07-02 15:18:04
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 @Data annotation from Lombok generates getters, setters, a toString() method, an equals() method, a hashCode() method, and a constructor for all required (that is, final) fields."
A block of code is set as follows:
public interface MyRepository {
List<Image> findAll();
}
Any command-line input or output is written as follows:
$ java -jar build/libs/learning-spring-boot-0.0.1-SNAPSHOT.jar
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "When the first user clicks on Submit, the message automatically appears on the second user's window."
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實(shí)踐
- LabVIEW程序設(shè)計(jì)基礎(chǔ)與應(yīng)用
- 微服務(wù)與事件驅(qū)動(dòng)架構(gòu)
- Cocos2d-x游戲開(kāi)發(fā):手把手教你Lua語(yǔ)言的編程方法
- 程序員面試算法寶典
- HTML5 Mobile Development Cookbook
- Instant RubyMotion App Development
- Serverless架構(gòu)
- Mastering JavaScript High Performance
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Learning Laravel's Eloquent
- Microsoft Azure Storage Essentials
- Building Serverless Web Applications
- Python預(yù)測(cè)分析實(shí)戰(zhàn)
- 人人都能開(kāi)發(fā)RPA機(jī)器人:UiPath從入門(mén)到實(shí)戰(zhàn)