- 博客(2)
- 收藏
- 关注
原创 SpringBoot下application配置文件连接mysql8.0
配置文件# 数据库配置spring.datasource.driverClassName = com.mysql.cj.jdbc.Driverspring.datasource.url = jdbc:mysql://localhost:3306/test?characterEncoding=utf-8&serverTimezone=UTC&useSSL=falsespring.datasource.username = rootspring.datasource.password
2020-07-02 17:25:46 1920
原创 IDEA解决Github连接超时ideaclone failed: unable to access: failed to connect to github.com port 443: timed
出现问题在使用IDEA中的GIT功能拉取小组项目时出现连接超时问题。通过查询,找到以下两个解决方案。方案一https://blog.csdn.net/dashi_lu/article/details/89641778这个是网上找到的第一个方案,我动手试了并未解决我的问题。不过遇到此问题的同学们可以先试一试。方案二WIN+R弹出运行窗口后输入cmd在cmd中输入ping github.com,试试看能不能连通。或者在桌面上右键点击git bash here 输入ssh -T git@gi
2020-06-29 13:57:21 7518
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人