File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -276,16 +276,16 @@ public interface NameMapper extends BaseMapper {
276
276
</p >
277
277
<ul >
278
278
<li >
279
- <code >com/example/mapper/NameMapper/NameMapper-{methodName}-{databaseId}.sql </code >
279
+ <code >com/example/mapper/NameMapper/NameMapper-{methodName}-{databaseId}.ftl </code >
280
280
</li >
281
281
<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)
283
283
</li >
284
284
<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)
286
286
</li >
287
287
<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)
289
289
</li >
290
290
</ul >
291
291
You can’t perform that action at this time.
0 commit comments