项目报这个错误,后来查了,是缺少ojdbc,也就是java操作oracle的包,通过https://mvnrepository.com/artifact/oracle/ojdbc/1.4,可以找到该包ojdbc-1.4.jar,将该包配置进项目,就行了。
相关文章
- 配置MyBatis错误Cannot load connection class because of underlying exception: ..
- MyBatis : Cannot load connection class because of underly
- java.lang.UnsupportedClassVersionError: com/mysql/cj/jdbc/Driver : Unsupported major.minor version 52.0 (unable to load class [com.mysql.cj.jdbc.Driver])
- Caused by: org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Cannot determine embedded database driver class for database type NONE. If you want an embe
- Cannot determine embedded database driver class for database type NONE
- nested exception is java.io.FileNotFoundException: class path resource [jdbc.properties] cannot be opened because it does not exist
- kettle连接oracle出现Error connecting to database: (using class oracle.jdbc.driver.OracleDriver)
- Could not load driverClass com.mysql.jdbc.Driver错误
- 深入Spring Boot:怎样排查 Cannot determine embedded database driver class for database type NONE
- 配置DataSource driver-class-name: com.mysql.jdbc.Driver 标红