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

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.

主站蜘蛛池模板: 如东县| 芜湖县| 浑源县| 麟游县| 武胜县| 封开县| 库车县| 项城市| 辽宁省| 莎车县| 桂林市| 胶南市| 柏乡县| 集安市| 水富县| 南汇区| 宁津县| 成安县| 淮南市| 雷山县| 闻喜县| 武汉市| 郧西县| 湄潭县| 滕州市| 筠连县| 蛟河市| 开平市| 镇安县| 喀喇沁旗| 林甸县| 灵璧县| 玉林市| 宁都县| 安龙县| 双桥区| 灵川县| 金乡县| 兴国县| 玉环县| 广饶县|