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

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.

主站蜘蛛池模板: 鸡泽县| 太谷县| 邓州市| 绥江县| 灵寿县| 佳木斯市| 东阿县| 锦州市| 常州市| 大名县| 汉川市| 靖安县| 沽源县| 工布江达县| 镶黄旗| 凤山市| 陕西省| 新安县| 井陉县| 乡宁县| 阳江市| 博乐市| 石景山区| 海宁市| 兴隆县| 洪湖市| 南溪县| 衡阳县| 阜阳市| 二连浩特市| 敦煌市| 深州市| 定日县| 新化县| 许昌市| 临颍县| 毕节市| 嘉义县| 建宁县| 临猗县| 东宁县|