RaigorJiang commented on issue #28860:
URL:
https://github.com/apache/shardingsphere/issues/28860#issuecomment-1778994204
@13877977363 Maybe you need to add a dependency of H2 database
```xml
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
```
--
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]