分布式微服务(springcloud)Study-consul(注册中心)与springcloud整合

1. Consul概念1.1 什么是Consul?Consul是HashiCorp公司推出的开源工具,Consul由Go语言开发,部署起来非常容易,只需要极少的可执行程序和配置文件,具有绿色、轻量级的特点。Consul是分布式的、高可用的、 可横向扩展的用于实现分布式系统的服务发现与配置。1.2 C


springboot整合dubbo

导入相关依赖<!--dubbo--><dependency><groupId>org.apache.dubbo</groupId><artifactId>dubbo-spring-boot-starter</artifactId>


springboot定时任务

在启动类加上@EnableScheduling//开启定时注解功能执行具体的定时任务在方法上加注解//cron表达式@Scheduled(cron="")


springboot邮件服务

1.导入相关依赖<!--邮件服务--><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-mail</artif


Springsecurity4学习心得-2

springboot使用2.0.9以下版本这里使用2.0.9作为案例:需要用到的maven地址:<!--security与thymeleaf整合--><dependency><groupId>org.thymeleaf.extras</groupId>