官术网_书友最值得收藏!

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: "We can include other contexts through the use of the include directive."

A block of code is set as follows:

import org.springframework.web.bind.annotation.*;

@RestController
public class HelloWorldResource {

    @RequestMapping(method = RequestMethod.GET)
    public String helloWorld() {
        return "Hello, world!";
    }
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

<dependency>
  <groupId>com.packtpub.rest-with-spring</groupId>
  <artifactId>rest-with-spring-billing</artifactId>
  <version>1.0.0-SNAPSHOT</version>
  <classifier>classes</classifier>
</dependency>

Any command-line input or output is written as follows:

mvn jetty:start

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: "For example, with IntelliJ IDEA, our sample web service project can be imported by selecting the menu options File | Open."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 亚东县| 淮安市| 双牌县| 鄯善县| 黄平县| 昌乐县| 东乡县| 昌平区| 敦煌市| 英山县| 肃宁县| 博乐市| 揭西县| 逊克县| 化州市| 闽清县| 靖江市| 京山县| 颍上县| 山东省| 古田县| 绥滨县| 曲周县| 镇安县| 嵩明县| 子洲县| 胶南市| 盐山县| 浦北县| 涞水县| 泸西县| 遂溪县| 陆丰市| 肇州县| 仁寿县| 林芝县| 平陆县| 黄平县| 苏尼特左旗| 晋州市| 荆门市|