引入rabbitmq/应用解偶/流量削峰,引入redisson实现分布式锁

This commit is contained in:
xiongxiaoyang
2020-06-02 22:32:33 +08:00
parent 8885730e77
commit 1bda806862
11 changed files with 264 additions and 31 deletions

View File

@@ -48,6 +48,12 @@
<artifactId>spring-boot-starter-redis</artifactId>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>${redisson.version}</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
@@ -105,6 +111,11 @@
<artifactId>feign-httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>
</dependencies>