|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <!--
|
3 | 3 |
|
4 |
| - Copyright 2010-2019 the original author or authors. |
| 4 | + Copyright 2010-2019 the original author or authors. |
5 | 5 |
|
6 |
| - Licensed under the Apache License, Version 2.0 (the "License"); |
7 |
| - you may not use this file except in compliance with the License. |
8 |
| - You may obtain a copy of the License at |
| 6 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | + you may not use this file except in compliance with the License. |
| 8 | + You may obtain a copy of the License at |
9 | 9 |
|
10 |
| - http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | + http://www.apache.org/licenses/LICENSE-2.0 |
11 | 11 |
|
12 |
| - Unless required by applicable law or agreed to in writing, software |
13 |
| - distributed under the License is distributed on an "AS IS" BASIS, |
14 |
| - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
15 |
| - See the License for the specific language governing permissions and |
16 |
| - limitations under the License. |
| 12 | + Unless required by applicable law or agreed to in writing, software |
| 13 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | + See the License for the specific language governing permissions and |
| 16 | + limitations under the License. |
17 | 17 |
|
18 | 18 | -->
|
19 | 19 | <xsd:schema xmlns="http://mybatis.org/schema/mybatis-spring"
|
|
130 | 130 | </xsd:appinfo>
|
131 | 131 | </xsd:annotation>
|
132 | 132 | </xsd:attribute>
|
| 133 | + <xsd:attribute name="lazy-initialization" type="xsd:string"> |
| 134 | + <xsd:annotation> |
| 135 | + <xsd:documentation> |
| 136 | + <![CDATA[ |
| 137 | + Whether enable lazy initialization of mapper bean. Set true to enable lazy initialization. (Since 2.0.2) |
| 138 | + ]]> |
| 139 | + </xsd:documentation> |
| 140 | + </xsd:annotation> |
| 141 | + </xsd:attribute> |
133 | 142 | </xsd:complexType>
|
134 | 143 | </xsd:element>
|
135 | 144 | </xsd:schema>
|
0 commit comments