File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 39
39
<item href =" mappers.html#register" name =" Registering a mapper" />
40
40
<item href =" mappers.html#scan" name =" Scanning for mappers" />
41
41
</item >
42
+ <item name =" Spring Boot" href =" boot.html" />
42
43
<item name =" Using the MyBatis API" href =" using-api.html" />
43
44
<item name =" Spring Batch" href =" batch.html" />
44
45
<item name =" Sample Code" href =" sample.html" />
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments