Skip to content

Commit 037243a

Browse files
authored
Spelling errors in README
1 parent a13aa0f commit 037243a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Configuration example:
202202
<replacementTypeFilename>replacement-type</replacementTypeFilename>
203203
<sequenceNameConvention>PREFIXED_TABLE_NAME</sequenceNameConvention>
204204
<generateModelToString>false</generateModelToString>
205-
<licenseFilename>${baesdir}/src/myLicense.txt</licenseFilename>
205+
<licenseFilename>${basedir}/src/myLicense.txt</licenseFilename>
206206
<language>hu</language>
207207
<tableNameIncludes>
208208
<tableNameInclude></tableNameInclude>
@@ -308,7 +308,7 @@ CUS_CUSTOMER_ORDER.ORDER_MODE = hu.vanio.myapp.model.OrderMode
308308

309309
## replacementTypeFilename
310310

311-
Map file name for databse types that should not be mapped by the default type map. Resource bundle file in src/main/resources without file extension, e.g: replacement-type
311+
Map file name for database types that should not be mapped by the default type map. Resource bundle file in src/main/resources without file extension, e.g: replacement-type
312312

313313
If you want to use a custom type instead of the built in one for one or a set of database types, put it into the file as <type name regex pattern> = <fully qualified classname of the type>, <fully qualified classname of the type converter>, e.g:
314314

0 commit comments

Comments
 (0)