|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | + Copyright 2010-2012 The MyBatis Team |
| 4 | +
|
| 5 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | + you may not use this file except in compliance with the License. |
| 7 | + You may obtain a copy of the License at |
| 8 | +
|
| 9 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +
|
| 11 | + Unless required by applicable law or agreed to in writing, software |
| 12 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | + See the License for the specific language governing permissions and |
| 15 | + limitations under the License. |
| 16 | +--> |
| 17 | +<!-- version: $Id$ --> |
| 18 | +<document xmlns="http://maven.apache.org/DOCUMENT/1.0.1" |
| 19 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 20 | + xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.1 http://maven.apache.org/xsd/document-1.0.1.xsd" |
| 21 | + outputName="${project.artifactId}-${project.version}"> |
| 22 | + |
| 23 | + <meta> |
| 24 | + <title>MyBatis - the world's most popular SQL Mapping framework.</title> |
| 25 | + <author>The MyBatis Team</author> |
| 26 | + </meta> |
| 27 | + |
| 28 | + <toc name="Table of Contents"> |
| 29 | + <item name="Introduction" ref="index.xml"/> |
| 30 | + <item name="入门" ref="getting-started.xml"/> |
| 31 | + <item name="XML 映射配置文件" ref="configuration.xml"/> |
| 32 | + <item name="Mapper XML 文件" ref="sqlmap-xml.xml"/> |
| 33 | + <item name="动态 SQL" ref="dynamic-sql.xml"/> |
| 34 | + <item name="Java API" ref="java-api.xml"/> |
| 35 | + <item name="Statement Builders" ref="statement-builders.xml"/> |
| 36 | + <item name="Logging" ref="logging.xml"/> |
| 37 | + </toc> |
| 38 | + |
| 39 | + <cover> |
| 40 | + <coverTitle>${project.name}</coverTitle> |
| 41 | + <coverSubTitle>v. ${project.version}</coverSubTitle> |
| 42 | + <coverType>User Guide</coverType> |
| 43 | + <projectName>${project.name}</projectName> |
| 44 | + <projectLogo>http://www.mybatis.org/images/logo.png</projectLogo> |
| 45 | + <companyName>${project.organization.name}</companyName> |
| 46 | + </cover> |
| 47 | +</document> |
0 commit comments