240 发简信
IP属地:北京
  • maven高级

    聚合() 继承: 属性的定义: 版本管理 资源信息配置(jdbc.properties): 配置多环境: 跳过测试: 私服:

  • Resize,w 360,h 240
    spring测试中循环报错:javax.net.ssl.SSLHandshakeException: No appropriate protocol

    一开始在url中直接添加?useSSLR=false可以解决这个问题,但是在网上查资料过后,发现这个问题是因为JDK版本导致SSL调用权限上有问...

  • mysql数据库报错(Communications link failure,Could not create connection to database server. Attempted ...

    更改jdbc.url中为实际地址如:jdbc:mysql://192.168.23.129:3306/数据库名称(?useSSL=false) ...