Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
wjj committed Aug 15, 2017
1 parent 0413707 commit 0ee0f79
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 0ee0f79

Please sign in to comment.