|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <dependencies> | 
|---|
|  |  |  | <!--OkHttp--> | 
|---|
|  |  |  | <!--        <dependency>--> | 
|---|
|  |  |  | <!--            <groupId>com.squareup.okhttp3</groupId>--> | 
|---|
|  |  |  | <!--            <artifactId>okhttp</artifactId>--> | 
|---|
|  |  |  | <!--            <version>4.9.2</version>--> | 
|---|
|  |  |  | <!--        </dependency>--> | 
|---|
|  |  |  | <!--  阿里云短信依赖  --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.aliyun</groupId> | 
|---|
|  |  |  | <artifactId>aliyun-java-sdk-core</artifactId> | 
|---|
|  |  |  | <version>4.5.16</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.aliyun</groupId> | 
|---|
|  |  |  | <artifactId>aliyun-java-sdk-dysmsapi</artifactId> | 
|---|
|  |  |  | <version>2.1.0</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.springframework.boot</groupId> | 
|---|
|  |  |  | <artifactId>spring-boot-configuration-processor</artifactId> | 
|---|
|  |  |  | <optional>true</optional> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!--OkHttp--> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.squareup.okhttp3</groupId> | 
|---|
|  |  |  | <artifactId>okhttp</artifactId> | 
|---|
|  |  |  | <version>4.9.2</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!--        <!–redis场景启动器–>--> | 
|---|
|  |  |  | <!--        <dependency>--> | 
|---|
|  |  |  | <!--            <groupId>org.springframework.boot</groupId>--> | 
|---|
|  |  |  | <!--            <artifactId>spring-boot-starter-data-redis</artifactId>--> | 
|---|
|  |  |  | <!--        </dependency>--> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!--        <!– redis 连接池,新版本连接池lettuce –>--> | 
|---|
|  |  |  | <!--        <dependency>--> | 
|---|
|  |  |  | <!--            <groupId>org.apache.commons</groupId>--> | 
|---|
|  |  |  | <!--            <artifactId>commons-pool2</artifactId>--> | 
|---|
|  |  |  | <!--        </dependency>--> | 
|---|
|  |  |  | </dependencies> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <build> | 
|---|