连接数据库查找数据的时候报错:WrongArgumentException: Malformed database URL,failed to parse the main URL sections
是URL的格式问题,各种百度,发现根本在于mysql驱动的版本。
开始用的:
1、mysql为5.1.47版本
2022年07月21日
连接数据库查找数据的时候报错:WrongArgumentException: Malformed database URL,failed to parse the main URL sections
是URL的格式问题,各种百度,发现根本在于mysql驱动的版本。
开始用的:
1、mysql为5.1.47版本
2022年07月21日
cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
2022年07月21日
作者:admin , 分类:未分类 , 浏览:286 , 评论:0
2022年07月19日
nodejs拷贝一个文件到另一个文件夹
背景
背景是公司想做push之前的code review。
本地仓库下的git hook
这里可能要普及一下。在Git本地仓库,可以看到.git/hooks路径下有一些.sample的文件。删除pre-push.sample文件的后缀名,自己编辑一下,就可以了。
但是要确保每个开发自己的Git本地仓库的hooks路径下都有一个pre-push,所以要有一个拷贝动作。一
Powered By Z-BlogPHP 1.7.3
Copyright Your WebSite.Some Rights Reserved.