About idea yml driverClassName error Cannot resolve property 'driverClass'

Error reporting place

 Solution: Check the Oracle driver package and add it manually

Why not import it directly in pom.xml here? Because the Oracle driver requires official authorization, it cannot be downloaded successfully because it is directly configured in the pom.xml file. This problem can be solved by installing the driver package into the local maven library or importing an external driver package.

 

Guess you like

Origin blog.csdn.net/weixin_39709134/article/details/130621116