20200428 公钥 连接数据库

 

生成本机公钥

 

 

通过公钥连接mysql数据库

 激活navicate

https://baijiahao.baidu.com/s?id=1644169351506023288&wfr=spider&for=pc

 

gradle项目调试

https://blog.csdn.net/carrie__yang/article/details/78945709

1. gradle bootRun --debug-jvm

加上--debug-jvm, gradle会默认打开5005端口等待远程连接

2. 在IntelliJ IDEA里加Remote, 绑定5005端口:

3. Debug Remote连接

控制台出现:

Connected to the target VM, address: 'localhost:5005', transport: 'socket'

说明连接建立成功

4. 设置断点,调试成功

posted @ 2020-04-28 11:16  火线速递  阅读(373)  评论(0编辑  收藏  举报