Skip to content

Commit 36f096c

Browse files
committed
[ci skip] Link to Spring Boot links
1 parent 1e0d913 commit 36f096c

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<item href="mappers.html#register" name="Registering a mapper" />
4040
<item href="mappers.html#scan" name="Scanning for mappers" />
4141
</item>
42+
<item name="Spring Boot" href="boot.html"/>
4243
<item name="Using the MyBatis API" href="using-api.html"/>
4344
<item name="Spring Batch" href="batch.html"/>
4445
<item name="Sample Code" href="sample.html"/>

src/site/xdoc/boot.xml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright 2010-2016 the original author or authors.
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+
18+
<!-- version: $Id$ -->
19+
20+
<document xmlns="http://maven.apache.org/XDOC/2.0"
21+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22+
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
23+
24+
<properties>
25+
<title>MyBatis-Spring | Spring Boot</title>
26+
<author email="[email protected]">Eduardo Macarron</author>
27+
</properties>
28+
29+
<body>
30+
<section name="Using Spring Boot">
31+
<p>
32+
Please see the <a href="www.mybatis.org/spring-boot-starter/mybatis-spring-boot-autoconfigure">MyBatis Spring-boot-stater</a>
33+
subproject docs for details.
34+
</p>
35+
</section>
36+
</body>
37+
</document>

0 commit comments

Comments
 (0)