Skip to content

Commit 33e568a

Browse files
committed
added a note in the document
1 parent 8623026 commit 33e568a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/site/xdoc/mappers.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,11 @@ public class AppConfig {
247247
You can also provide an specific <code>SqlSessionFactory</code> or <code>SqlSessionTemplate</code>
248248
by using its properties <code>sqlSessionFactory</code> and <code>sqlSessionTemplate</code>.
249249
</p>
250-
250+
251+
<p>
252+
<span class="label important">NOTE</span> Since 2.0.4, If <code>basePackageClasses</code> or <code>basePackages</code> are not defined, scanning will occur from the package of the class that declares this annotation.
253+
</p>
254+
251255
<h4>MapperScannerConfigurer</h4>
252256

253257
<p>

0 commit comments

Comments
 (0)