📜  没有为 jdbc:mysql 找到合适的驱动程序:- 任何代码示例

📅  最后修改于: 2022-03-11 14:54:58.891000             🧑  作者: Mango

代码示例2
Try putting the driver jar in the server lib folder. ($CATALINA_HOME/lib)

I believe that the connection pool needs to be set up even before the application is instantiated. (At least that's how it works in Jboss)