例如:mysql驱动默认为8.x
如果需要配置自己想要的版本号,则在pom文件中配置
<properties> <mysql.version>5.1.43</mysql.version> </properties>