- Spring Boot 2.0 Cookbook(Second Edition)
- Alex Antonov
- 174字
- 2021-06-24 19:24:34
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: "Now we will add a @Bean declaration for LocaleChangeInterceptor."
A block of code is set as follows:
@Override public void addInterceptors(InterceptorRegistry registry) { registry.addInterceptor(localeChangeInterceptor()); }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
Any command-line input or output is written as follows:
$ ./gradlew clean bootRun
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 the Actuator option under Search for dependencies."
- Unity 5.x Game AI Programming Cookbook
- Mastering Ninject for Dependency Injection
- Architects of Intelligence
- Python數(shù)據(jù)分析、挖掘與可視化從入門(mén)到精通
- 文本挖掘:基于R語(yǔ)言的整潔工具
- UDK iOS Game Development Beginner's Guide
- Dependency Injection with AngularJS
- 大數(shù)據(jù)營(yíng)銷(xiāo):如何讓營(yíng)銷(xiāo)更具吸引力
- 軟件成本度量國(guó)家標(biāo)準(zhǔn)實(shí)施指南:理論、方法與實(shí)踐
- Spark大數(shù)據(jù)編程實(shí)用教程
- 云原生數(shù)據(jù)中臺(tái):架構(gòu)、方法論與實(shí)踐
- 探索新型智庫(kù)發(fā)展之路:藍(lán)迪國(guó)際智庫(kù)報(bào)告·2015(上冊(cè))
- 數(shù)據(jù)庫(kù)技術(shù)及應(yīng)用
- 數(shù)據(jù)指標(biāo)體系:構(gòu)建方法與應(yīng)用實(shí)踐
- Deep Learning with R for Beginners