I use an external JDBC Maven project in servlet web app as dependency. It works independently, but when I use service classes in servlet class, I get a notification like this:
No suitable driver found for jdbc:mysql://localhost:3306/dbname
How can I solve it?