Skip to content

Commit eea0ada

Browse files
committed
Apply change of mybatis/spring#376
1 parent 7707481 commit eea0ada

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

schema/mybatis-spring.xsd

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2010-2019 the original author or authors.
4+
Copyright 2010-2019 the original author or authors.
55
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
99
10-
http://www.apache.org/licenses/LICENSE-2.0
10+
http://www.apache.org/licenses/LICENSE-2.0
1111
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.
1717
1818
-->
1919
<xsd:schema xmlns="http://mybatis.org/schema/mybatis-spring"
@@ -130,6 +130,15 @@
130130
</xsd:appinfo>
131131
</xsd:annotation>
132132
</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>
133142
</xsd:complexType>
134143
</xsd:element>
135144
</xsd:schema>

0 commit comments

Comments
 (0)