Skip to content

Commit 5eab49e

Browse files
fix typo[skip ci]
1 parent ea16c51 commit 5eab49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/markdown/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ This would send the property `encoding` with the value of `UTF8` to the construc
677677
678678
You can plug any 3rd party DataSource by implementing the interface `org.apache.ibatis.datasource.DataSourceFactory`:
679679
680-
```
680+
```java
681681
public interface DataSourceFactory {
682682
void setProperties(Properties props);
683683
DataSource getDataSource();

0 commit comments

Comments
 (0)