上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 80 下一页
摘要: http://userName:password@127.0.0.1:7093/geoserver/rest/workspaces/FAST/styles/AVG_RSRP.sld 阅读全文
posted @ 2018-10-25 16:13 googlegis 阅读(706) 评论(0) 推荐(0) 编辑
摘要: 在没有安装Xcode的情况下, 使用了 webstorm 的git,提示 安装xcode,安装完成后,并没有打开xcode,而是再次使用git,发现 提示 输入以下命令行: sudo xcodebuild -license Agreeing to the Xcode/iOS license requ 阅读全文
posted @ 2018-10-24 11:08 googlegis 阅读(2070) 评论(0) 推荐(0) 编辑
摘要: 链接MySQL数据库报错: 数据库连接url中添加对应属性的支持。allowPublicKeyRetrieval=true&useSSL=false url: jdbc:mysql://localhost:3306/demo?useUnicode=true&characterEncoding=utf 阅读全文
posted @ 2018-10-21 01:20 googlegis 阅读(3689) 评论(0) 推荐(0) 编辑
摘要: 在对应的 Entity 中添加注解 @JsonIgnoreProperties({"hibernateLazyInitializer", "handler"})同时必须添加引用:import com.fasterxml.jackson.annotation.JsonIgnoreProperties; 阅读全文
posted @ 2018-10-16 12:31 googlegis 阅读(732) 评论(0) 推荐(0) 编辑
摘要: 1. 首先删除 @EnableAutoConfiguration(exclude = {DataSourceAutoConfiguration.class}) 2. 在配置文件里添加完整的datasource属性 spring.datasource.url=jdbc:mysql://localhos 阅读全文
posted @ 2018-10-16 08:59 googlegis 阅读(8831) 评论(0) 推荐(0) 编辑
摘要: Unable to create initial connections of pool. 在链接url里添加 将useSSL=true改为useSSL=false 只能说明服务器没有打开SSL功能 阅读全文
posted @ 2018-10-16 08:54 googlegis 阅读(1876) 评论(0) 推荐(0) 编辑
摘要: 建议在链接url处添加对应的属性 jdbc:mysql://localhost:3306/book?allowPublicKeyRetrieval=true&useSSL=false 阅读全文
posted @ 2018-10-16 08:51 googlegis 阅读(1059) 评论(0) 推荐(0) 编辑
摘要: 定义Id 时,引用的是 实际应该引入: 阅读全文
posted @ 2018-10-16 08:50 googlegis 阅读(150) 评论(0) 推荐(0) 编辑
摘要: SpringBoot 连接 MySQL 数据库,但是却获得以下错误信息提示:Warning: Wed Dec 09 22:46:52 CET 2015 WARN: Establishing SSL connection without server's identity verification i 阅读全文
posted @ 2018-10-15 23:11 googlegis 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 在eclipse4.8.2中运行tomcat8.5项目时,提示出错: Server Tomcat v8.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try 阅读全文
posted @ 2018-10-12 22:35 googlegis 阅读(144) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 80 下一页

坐标合肥,非典型GIS开发人员 GitHub