-
Notifications
You must be signed in to change notification settings - Fork 6.8k
spring boot 3.0.0-M5 Failed to determine a suitable driver class #21225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
thanks you. i think it might be better to package a snapshot version for testing? |
|
I have tried finally I add this in root pom.xml and build successfully. <modules>
<module>shardingsphere-infra</module>
<module>shardingsphere-dialect-exception</module>
<module>shardingsphere-sql-parser</module>
<module>shardingsphere-distsql</module>
<module>shardingsphere-db-protocol</module>
<module>shardingsphere-mode</module>
<module>shardingsphere-kernel</module>
<module>shardingsphere-jdbc</module>
<module>shardingsphere-proxy</module>
<module>shardingsphere-features</module>
<module>shardingsphere-agent</module>
<!-- <module>shardingsphere-test</module>-->
<module>shardingsphere-distribution</module>
</modules>
....
<repositories>
<repository>
<id>spring-snapshots</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>spring-milestones</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-snapshots</id>
<url>https://repo.spring.io/snapshot</url>
</pluginRepository>
<pluginRepository>
<id>spring-milestones</id>
<url>https://repo.spring.io/milestone</url>
</pluginRepository>
</pluginRepositories> |
|
thanks. when your branch is merged and i test feature successfully in release version, i will close this issue. thanks again. |
|
|
Closed for #22469. |
Question
environment
org.apache.shardingsphere:shardingsphere-jdbc-core-spring-boot-starter:5.1.1
com.baomidou:mybatis-plus-boot-starter:3.5.2
question
i'm trying shardingsphere-jdbc readwrite-split feature.
i got this error in my test case.
sourcecode is here.
but when i degrade Spring Boot Parent version from
3.0.0-M5
to2.7.4
, it runs successfully.PS: i am the spring-boot-demo repo's owner, i'm trying to upgrade Spring Boot version. can you help me to find out how to resolve this error?
thanks!
The text was updated successfully, but these errors were encountered: