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

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: "When you type mvn clean install, Maven will execute all the phases in the default lifecycle up to install (including the install phase)."

A block of code is set as follows:

<project>
  [...]
  <build>
    [...]
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.1</version>
        <configuration>
          <source>1.7</source>
          <target>1.7</target>
        </configuration>
      </plugin>
    </plugins>
    [...]
  </build>
  [...]
</project>

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

<project>
  [...]
  <build>
    [...]
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.1</version>
        <configuration>
 <source>1.7</source>
 <target>1.7</target>
 </configuration>
      </plugin>
    </plugins>
    [...]
  </build>
  [...]
</project>

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

$ mvn install:install

New terms and important words are shown in bold.

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 临武县| 萨嘎县| 花垣县| 铜梁县| 印江| 江源县| 齐齐哈尔市| 襄城县| 阿城市| 伊川县| 嵩明县| 庄浪县| 凤山县| 逊克县| 嫩江县| 都匀市| 长沙市| 天台县| 岳池县| 迭部县| 涟源市| 延庆县| 开鲁县| 沙湾县| 翁牛特旗| 鄯善县| 佳木斯市| 庆阳市| 崇左市| 利川市| 永嘉县| 安丘市| 金湖县| 隆化县| 浑源县| 永胜县| 遂昌县| 阜平县| 邹平县| 新平| 牡丹江市|