TeslaCN commented on issue #23768:
URL: 
https://github.com/apache/shardingsphere/issues/23768#issuecomment-1426919566

   If your application is packed as WAR and deployed to server like Tomcat. You 
may try executing `Class.forName("org.h2.Driver")` before initializing 
ShardingSphere-JDBC or adding
   ```xml
   <bean id="h2Driver" class="org.h2.Driver" />
   
   <bean id="yourDataSource" depends-on="h2Driver">
   ```
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to