场景
启动项目的时候报错,提示信息:
JDBC Connection [oracle.jdbc.driver.T4CConnection@480c1762] will not be managed by Spring
解决方案
oracle的版本低了,将14换成16。
报错: JDBC Connection [oracle.jdbc.driver.T4CConnection@480c1762] will not be managed by Spring
阅读 84
2023-02-27
启动项目的时候报错,提示信息:
JDBC Connection [oracle.jdbc.driver.T4CConnection@480c1762] will not be managed by Spring
oracle的版本低了,将14换成16。
相关推荐
精彩评论(0)