Skip to content

Commit ae23477

Browse files
committed
sql -> ftl
See gh-56
1 parent 15840fc commit ae23477

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/site/xdoc/index.xml.vm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,16 +276,16 @@ public interface NameMapper extends BaseMapper {
276276
</p>
277277
<ul>
278278
<li>
279-
<code>com/example/mapper/NameMapper/NameMapper-{methodName}-{databaseId}.sql</code>
279+
<code>com/example/mapper/NameMapper/NameMapper-{methodName}-{databaseId}.ftl</code>
280280
</li>
281281
<li>
282-
<code>com/example/mapper/NameMapper/NameMapper-{methodName}.sql</code> (fallback using default database)
282+
<code>com/example/mapper/NameMapper/NameMapper-{methodName}.ftl</code> (fallback using default database)
283283
</li>
284284
<li>
285-
<code>com/example/mapper/BaseMapper/BaseMapper-{methodName}-{databaseId}.sql</code> (fallback using declaring class of mapper method)
285+
<code>com/example/mapper/BaseMapper/BaseMapper-{methodName}-{databaseId}.ftl</code> (fallback using declaring class of mapper method)
286286
</li>
287287
<li>
288-
<code>com/example/mapper/BaseMapper/BaseMapper-{methodName}.sql</code> (fallback using declaring class of mapper method and default database)
288+
<code>com/example/mapper/BaseMapper/BaseMapper-{methodName}.ftl</code> (fallback using declaring class of mapper method and default database)
289289
</li>
290290
</ul>
291291

0 commit comments

Comments
 (0)