Skip to content

Commit

Permalink
Merge branch 'feature/elasticsearch-jdbc-3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
wjj committed Aug 15, 2017
2 parents 7d8dc45 + 0413707 commit 681b2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ maxActive=20

```xml
<!-- query data from oracle database -->
<select id="qryOracleList" parameterType="java.lang.Object" resultType="com.tydic.base.util.MapEntry">
<select id="qryOracleList" parameterType="java.lang.Object" resultType="java.util.HashMap">
SELECT * FROM testTable
</select>
<!--query or update data by rest api -->
Expand Down

0 comments on commit 681b2a1

Please sign in to comment.