- 博客(51)
- 资源 (6)
- 收藏
- 关注
转载 在idea中无法自动编译问题解决
废话不多说: 上干货: 无非就是两个原因:1. 在idea关闭了自动编译2.idea开启了省电模式:关闭省电模式即可。ps:本人亲测有效,个位看官自试。 ...
2019-10-07 16:20:51
4756
转载 CentOS7上安装并配置Nginx、PHP、MySql
一、Nginx 1、安装nginxyum install nginx2、启动nginxsystemctl start nginx除了systemctl start nginx之外,常用的相关命令还有systemctl stop nginx、systemctl restart nginx、systemctl status nginx3、测试ngin...
2019-09-27 13:32:40
259
转载 LINUX 安装docker 报错: docker dead but pid file exists
docker作为容器技术自问世以来就广受好评,其中最大的好处就是通过镜像可以保证开发环境,生成环境,测试环境,正式环境的代码一致性,下面介绍一下docker在Linux下的安装:[root@192 src]# yum install https://get.docker.com/rpm/1.7.1/centos-6/RPMS/x86_64/docker-engine-1.7.1-1.el6.x8...
2019-09-06 17:42:53
430
原创 spring-boot-starter-actuator(健康监控)配置和使用
spring-boot-starter-actuator(健康监控)配置和使用添加POM依赖:<!-- spring-boot-监控--><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-a...
2019-08-30 16:05:47
3140
原创 SpringCloud:Zuul网关访问接口超时,type=Gateway Timeout, status=504
ribbon: ReadTimeout: 120000 #请求处理的超时时间 ConnectTimeout: 30000 #请求连接的超时时间
2019-08-29 19:42:57
1412
1
原创 ResourceHttpRequestHandler cannot be cast to HandlerMethod 异常解决
java.lang.ClassCastException: org.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod拦截器中的preHandler方法部分代码如下:public boolea...
2019-08-29 15:16:57
2334
原创 SpringBoot配置文件的加载
本文引用了 https://blog.csdn.net/xtj332/article/details/80946519场景:一个由多模块构成的spring boot maven项目,有A,B,C三个子项目,也就是三个jar包,其中A作为公共依赖,建立了公用的权限拦截器配置,有自定义配置文件需要加载问题: @Bean @ConfigurationProperties(prefix...
2019-08-28 16:47:18
265
转载 Docker启动Elasticsearch7.x报错以及解决方法
使用Docker run 命令docker run -d -p 9200:9200 -p 9300:9300 --name 用户自定义名字 容器ID会看到一串字符串,一般情况下我们会误以为它启动成功我们执行docker ps -a是发现它自动退出了使用docker logs -f 容器ID 查看日志发现:ERROR: [1] bootstrap checks failed[1]...
2019-08-28 13:58:36
1827
原创 spring.factories 配置的自动扫描WebMvcConfigurationSupport实现类 不加载addInterceptors方法
springboot版本: springboot2.1.7.RELEASE@Configuration@ConditionalOnWebApplicationpublic class AuthorityConfig implements WebMvcConfigurer {//public class AuthorityConfig extends WebMvcConfiguratio...
2019-08-28 11:45:24
2144
97bfb5399e618d884c9ee606ebb66a34.zip
2020-05-16
nacos-1.2.1 windows和linux都有
2020-05-18
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅