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

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.

主站蜘蛛池模板: 和林格尔县| 宁都县| 犍为县| 普安县| 蕉岭县| 新蔡县| 丹巴县| 花垣县| 当雄县| 岫岩| 韶关市| 香格里拉县| 白沙| 白水县| 文成县| 汨罗市| 汉寿县| 竹山县| 苏尼特左旗| 东光县| 新沂市| 高碑店市| 鲁甸县| 五指山市| 枣阳市| 广水市| 南京市| 武安市| 海口市| 克东县| 曲靖市| 永福县| 齐齐哈尔市| 上虞市| 镇坪县| 滕州市| 伊宁县| 绥滨县| 萨迦县| 武平县| 西畴县|