You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/01/04 08:34:02 UTC

[GitHub] [shardingsphere] eschh19 commented on issue #14375: shardingsphere-jdbc.5.0.0:IllegalArgumentException: Class is not accepted: com.alibaba.druid.pool.DruidDataSource

eschh19 commented on issue #14375:
URL: https://github.com/apache/shardingsphere/issues/14375#issuecomment-1004614753


   > @eschh19 Hi, If you use YamlShardingSphereDataSourceFactory to create dataSource, you can refer to this configuration (Or take a look at my demo: https://github.com/NOLouser/shardingsphere5.0.0_demo/blob/master/src/main/resources/shardingsphere.yml ):
   > 
   > ```
   > # 配置真实数据源
   > dataSources:
   >   # 配置第 1 个数据源
   >   ds:
   >     dataSourceClassName: com.zaxxer.hikari.HikariDataSource
   >     driverClassName: com.mysql.cj.jdbc.Driver
   >     jdbcUrl: jdbc:mysql://localhost:3306/month_ds?useUnicode=true&characterEncoding=utf-8&useSSL=false
   >     username: root
   >     password: 123456
   > ```
   > 
   > And If you use springboot application.yml, please refer to @zjcnb example.
   
   I really use YamlShardingSphereDataSourceFactory to create dataSource,and change config to yours is OK,but your Official Website's example is incorrect,please modify it (◠‿◠)。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org