File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The MyBatis configuration contains settings and properties that have a dramatic
9
9
- [ typeHandlers] ( #typeHandlers )
10
10
- [ objectFactory] ( #objectFactory )
11
11
- [ plugins] ( #plugins )
12
- - environments
12
+ - [ environments] ( #environments )
13
13
- environment
14
14
- transactionManager
15
15
- dataSource
@@ -85,6 +85,9 @@ This feature is disabled by default. If you specify a default value into placeho
85
85
<!-- ... -->
86
86
<property name =" org.apache.ibatis.parsing.PropertyParser.default-value-separator" value =" ?:" /> <!-- Change default value of separator -->
87
87
</properties >
88
+ ```
89
+
90
+ ``` xml
88
91
<dataSource type =" POOLED" >
89
92
<!-- ... -->
90
93
<property name =" username" value =" \${db:username?:ut_user}" />
You can’t perform that action at this time.
0 commit comments