上一页 1 ··· 8 9 10 11 12 13 14 15 下一页
摘要: 从网上找了很久,最终解决方案如下: 确保MANIFEST.MF的路劲在src/main/resources/META_INF/下,而不是src/main/java/META_INF/。 在resources下创建META-INF文件夹,MENIFEST.MF文件内容如下 MENIFEST.MF文件内 阅读全文
posted @ 2021-08-24 12:10 沾青先生 阅读(740) 评论(0) 推荐(0)
摘要: Bad Request This combination of host and port requires TLS.问题 解决方案:接触项目中yml文件或properties文件中配置的ssl证书,就是配置了https要解除 Swagger访问路径: Swagger :http://localho 阅读全文
posted @ 2021-08-24 00:42 沾青先生 阅读(12478) 评论(0) 推荐(0)
摘要: 代码如下 import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigure.SpringBootApplication;import org.springframework. 阅读全文
posted @ 2021-08-22 17:23 沾青先生 阅读(1509) 评论(0) 推荐(0)
摘要: springCloudAlibaba报错Parameter 0 of method ribbonServerList in com.alibaba.cloud.nacos.ribbon.NacosRibbonClientConfiguration required 原因:缺少DefaultClien 阅读全文
posted @ 2021-08-22 17:13 沾青先生 阅读(849) 评论(0) 推荐(0)
摘要: SpringCloudGateway快速入门 Spring Cloud Gateway 是使用 netty+webflux 实现因此不需要再引入 web 模块。 先查看项目依赖版本是否对应 Spring官方地址:https://github.com/spring-cloud/spring-cloud 阅读全文
posted @ 2021-08-22 16:37 沾青先生 阅读(213) 评论(0) 推荐(0)
摘要: 解决方案: 引入spring-cloud-commons-dependencies依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-commons-dependencies</a 阅读全文
posted @ 2021-08-22 15:35 沾青先生 阅读(2191) 评论(0) 推荐(0)
摘要: ElasticSearch实战快速入门 原创说明:沾青先生 备注:欢迎关注微信公众号,在文末有二维码 ElasticSearch下载地址:https://www.elastic.co/cn/downloads/elasticsearch、 ElasticSearch中文官方文档地址:https:// 阅读全文
posted @ 2021-08-20 22:10 沾青先生 阅读(260) 评论(0) 推荐(0)
摘要: 问题:git无法上传大于100MB问题:解决方案 输入命令 git config http.postBuffer 524288000 查看命令 git config -l 阅读全文
posted @ 2021-08-20 20:54 沾青先生 阅读(120) 评论(0) 推荐(0)
摘要: 问题:远程克隆github项目的地址遇到该问题;OpenSSL证书问题 解决方案:解除ssl验证 git config --global http.sslVerify "false" 欢迎关注作者微信公众号 阅读全文
posted @ 2021-08-20 15:09 沾青先生 阅读(1328) 评论(1) 推荐(1)
摘要: SpringBoot使用Druid快速入门 在SpringBoot中设置Druid配置类,加载到容器当中 一、导入依赖 <!--阿里连接池druid:1.1.14-2019年--> <dependency> <groupId>com.alibaba</groupId> <artifactId>dru 阅读全文
posted @ 2021-08-19 16:37 沾青先生 阅读(646) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 下一页