- 博客(2)
- 收藏
- 关注
原创 SpringBoot下application配置文件连接mysql8.0
配置文件 # 数据库配置 spring.datasource.driverClassName = com.mysql.cj.jdbc.Driver spring.datasource.url = jdbc:mysql://localhost:3306/test?characterEncoding=utf-8&serverTimezone=UTC&useSSL=false spring.datasource.username = root spring.datasource.password
2020-07-02 17:25:46
2072
原创 IDEA解决Github连接超时ideaclone failed: unable to access: failed to connect to github.com port 443: timed
出现问题 在使用IDEA中的GIT功能拉取小组项目时出现连接超时问题。 通过查询,找到以下两个解决方案。 方案一 https://blog.youkuaiyun.com/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
7958
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅