Skip to content

Commit d5c4d04

Browse files
Apply suggestions from code review
Co-authored-by: Iwao AVE! <[email protected]>
1 parent 673152a commit d5c4d04

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/site/markdown/configuration.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The MyBatis configuration contains settings and properties that have a dramatic
99
- [typeHandlers](#typeHandlers)
1010
- [objectFactory](#objectFactory)
1111
- [plugins](#plugins)
12-
- environments
12+
- [environments](#environments)
1313
- environment
1414
- transactionManager
1515
- dataSource
@@ -85,6 +85,9 @@ This feature is disabled by default. If you specify a default value into placeho
8585
<!-- ... -->
8686
<property name="org.apache.ibatis.parsing.PropertyParser.default-value-separator" value="?:"/> <!-- Change default value of separator -->
8787
</properties>
88+
```
89+
90+
```xml
8891
<dataSource type="POOLED">
8992
<!-- ... -->
9093
<property name="username" value="\${db:username?:ut_user}"/>

0 commit comments

Comments
 (0)