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 681b2a1 + 0ee0f79 commit 85dd139
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 @@ -29,7 +29,7 @@
#### application.xml

```xml
<bean id="defaulteDataSource-es" class="com.alibaba.druid.pool.MybatisElasticSearchDruidDataSource" init-method="init" destroy-method="close">
<bean id="defaulteDataSource-es" class="com.alibaba.druid.pool.DruidDataSource" init-method="init" destroy-method="close">
<property name="driverClassName" value="com.wjj.jdbc.elasticsearch.ElasticSearchDriver" />
<property name="url" value="${java.url}" />
<property name="initialSize" value="2" />
Expand Down

0 comments on commit 85dd139

Please sign in to comment.